Skip to content

Commit 661a054

Browse files
committed
bump emberjson for 25.5
1 parent 8c5349d commit 661a054

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

recipes/emberjson/recipe.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 0.1.6
2+
version: 0.1.7
33

44
package:
55
name: "emberjson"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/bgreni/EmberJson.git
10-
rev: c12f69c21311807ddb998ca1a75be0db0ac2f8dc
10+
rev: 0700a32337a7f348d92434240e52a62b881e92b3
1111

1212
build:
1313
number: 0
@@ -16,15 +16,22 @@ build:
1616

1717
requirements:
1818
host:
19-
- max =25.4
19+
- mojo-compiler =25.5
20+
build:
21+
- mojo-compiler =25.5
2022
run:
21-
- ${{ pin_compatible('max') }}
23+
- ${{ pin_compatible('mojo-compiler') }}
2224

2325
tests:
2426
- script:
2527
- if: unix
2628
then:
2729
- mojo test
30+
requirements:
31+
build:
32+
- mojo =25.5
33+
run:
34+
- mojo =25.5
2835

2936
about:
3037
homepage: https://github.com/bgreni/EmberJson

0 commit comments

Comments
 (0)