We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5349d commit 661a054Copy full SHA for 661a054
1 file changed
recipes/emberjson/recipe.yaml
@@ -1,13 +1,13 @@
1
context:
2
- version: 0.1.6
+ version: 0.1.7
3
4
package:
5
name: "emberjson"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/bgreni/EmberJson.git
10
- rev: c12f69c21311807ddb998ca1a75be0db0ac2f8dc
+ rev: 0700a32337a7f348d92434240e52a62b881e92b3
11
12
build:
13
number: 0
@@ -16,15 +16,22 @@ build:
16
17
requirements:
18
host:
19
- - max =25.4
+ - mojo-compiler =25.5
20
+ build:
21
22
run:
- - ${{ pin_compatible('max') }}
23
+ - ${{ pin_compatible('mojo-compiler') }}
24
25
tests:
26
- script:
27
- if: unix
28
then:
29
- mojo test
30
+ requirements:
31
32
+ - mojo =25.5
33
+ run:
34
35
36
about:
37
homepage: https://github.com/bgreni/EmberJson
0 commit comments