We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa51d5a commit 471c4f8Copy full SHA for 471c4f8
recipes/mist/recipe.yaml
@@ -1,21 +1,21 @@
1
context:
2
- version: "0.0.2"
+ version: "25.3.0"
3
4
package:
5
name: "mist"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/thatstoasty/mist.git
10
- rev: bfe093f4d6fb74295b607d72b0a0ccb25447284d
+ rev: 44b33ed6fad24c11a593cecb7a9515b034d73a11
11
12
build:
13
number: 0
14
script:
15
- mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
16
requirements:
17
host:
18
- - max =25.2
+ - max =25.3
19
run:
20
- ${{ pin_compatible('max') }}
21
0 commit comments