We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dff70 commit fffc602Copy full SHA for fffc602
recipes/emberjson/recipe.yaml
@@ -1,13 +1,13 @@
1
context:
2
- version: 0.1.1
+ version: 0.1.3
3
4
package:
5
name: "emberjson"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/bgreni/EmberJson.git
10
- rev: 23bf62c726f6f57d0338780fad3802c2c42c5487
+ rev: 95cf7550379d7675084e2d6984eb1b81c3ac7ccc
11
12
build:
13
number: 0
@@ -16,18 +16,15 @@ build:
16
17
requirements:
18
host:
19
- - max =24.6
+ - max =25.1
20
run:
21
- ${{ pin_compatible('max') }}
22
23
tests:
24
- script:
25
- if: unix
26
then:
27
- - mojo run test.mojo
28
- files:
29
- recipe:
30
- - test.mojo
+ - mojo test
31
32
about:
33
homepage: https://github.com/bgreni/EmberJson
recipes/emberjson/test.mojo
0 commit comments