File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11context :
2- version : 0.1.6
2+ version : 0.1.7
3+ mojo_version : " =25.5"
34
45package :
56 name : " emberjson"
67 version : ${{ version }}
78
89source :
910 - git : https://github.com/bgreni/EmberJson.git
10- rev : c12f69c21311807ddb998ca1a75be0db0ac2f8dc
11+ rev : 0700a32337a7f348d92434240e52a62b881e92b3
1112
1213build :
1314 number : 0
@@ -16,15 +17,22 @@ build:
1617
1718requirements :
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
2326tests :
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
2937about :
3038 homepage : https://github.com/bgreni/EmberJson
You can’t perform that action at this time.
0 commit comments