From 15be95dcd13b828bb24a41663c00bd02aec9398f Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Mon, 2 Feb 2026 11:11:07 -0500 Subject: [PATCH 1/2] chore: udpate extramojo to v0.20.0 --- recipes/ExtraMojo/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/ExtraMojo/recipe.yaml b/recipes/ExtraMojo/recipe.yaml index 3da3ab3d..008a3014 100644 --- a/recipes/ExtraMojo/recipe.yaml +++ b/recipes/ExtraMojo/recipe.yaml @@ -1,6 +1,6 @@ context: - version: "0.19.0" - mojo_version: "=0.25.7" + version: "0.20.0" + mojo_version: "=0.26.1" package: name: "extramojo" @@ -8,7 +8,7 @@ package: source: - git: https://github.com/ExtraMojo/ExtraMojo.git - rev: 6afbfc66b7d9840c82a20ea1090443934e31b673 + rev: 802631fbc145e85752220c7cc64452fc467da560 # path: . # use_gitignore: true From 81298320fee9e82d9cbf189461224337d10814ad Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Tue, 3 Feb 2026 09:13:47 -0500 Subject: [PATCH 2/2] fix: missed build issues --- recipes/ExtraMojo/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ExtraMojo/recipe.yaml b/recipes/ExtraMojo/recipe.yaml index 008a3014..193c7e01 100644 --- a/recipes/ExtraMojo/recipe.yaml +++ b/recipes/ExtraMojo/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "0.20.0" + version: "0.20.1" mojo_version: "=0.26.1" package: @@ -8,7 +8,7 @@ package: source: - git: https://github.com/ExtraMojo/ExtraMojo.git - rev: 802631fbc145e85752220c7cc64452fc467da560 + rev: 3f243ff6b3959adf14db4893fe1e7baed8b0e163 # path: . # use_gitignore: true