Skip to content

Commit f86a263

Browse files
authored
bump emberjson for 25.5 (#159)
1 parent 25815be commit f86a263

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

recipes/emberjson/recipe.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
context:
2-
version: 0.1.6
2+
version: 0.1.7
3+
mojo_version: "=25.5"
34

45
package:
56
name: "emberjson"
67
version: ${{ version }}
78

89
source:
910
- git: https://github.com/bgreni/EmberJson.git
10-
rev: c12f69c21311807ddb998ca1a75be0db0ac2f8dc
11+
rev: 0700a32337a7f348d92434240e52a62b881e92b3
1112

1213
build:
1314
number: 0
@@ -16,15 +17,22 @@ build:
1617

1718
requirements:
1819
host:
19-
- max =25.4
20+
- mojo-compiler ${{ mojo_version }}
21+
build:
22+
- mojo-compiler ${{ mojo_version }}
2023
run:
21-
- ${{ pin_compatible('max') }}
24+
- ${{ pin_compatible('mojo-compiler') }}
2225

2326
tests:
2427
- script:
2528
- if: unix
2629
then:
2730
- mojo test
31+
requirements:
32+
build:
33+
- mojo ${{ mojo_version }}
34+
run:
35+
- mojo ${{ mojo_version }}
2836

2937
about:
3038
homepage: https://github.com/bgreni/EmberJson

0 commit comments

Comments
 (0)