From bf56ba6b984ba7ac0c9bf80c6cab61d8de4a4142 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Tue, 19 Aug 2025 19:14:06 -0500 Subject: [PATCH] Bump mist for Mojo 25.5 --- recipes/mist/recipe.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/mist/recipe.yaml b/recipes/mist/recipe.yaml index 523dcd4b..2f4cafbb 100644 --- a/recipes/mist/recipe.yaml +++ b/recipes/mist/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "25.4.0" + version: "25.5.0" package: name: "mist" @@ -7,15 +7,15 @@ package: source: - git: https://github.com/thatstoasty/mist.git - rev: 6edf8a17c6f2e0dd7bf194f6dc3d032c0b9d091b + rev: 1c89c766f2827607c2fe64cfdc13b8680d55d6c0 build: number: 0 script: - - mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg + - mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg requirements: host: - - max =25.4 + - max =25.5 run: - ${{ pin_compatible('max') }}