We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f62f51 commit e9b29deCopy full SHA for e9b29de
1 file changed
recipes/mist/recipe.yaml
@@ -1,21 +1,21 @@
1
context:
2
- version: "25.3.0"
+ version: "25.4.0"
3
4
package:
5
name: "mist"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/thatstoasty/mist.git
10
- rev: 44b33ed6fad24c11a593cecb7a9515b034d73a11
+ rev: 6edf8a17c6f2e0dd7bf194f6dc3d032c0b9d091b
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.3
+ - max =25.4
19
run:
20
- ${{ pin_compatible('max') }}
21
0 commit comments