11# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22context :
3- version : " 0.26.2.0 "
4- mojo_version : " =0.26.2 "
3+ version : " 0.26.1.2 "
4+ mojo_version : " =0.26.1 "
55package :
66 name : " lightbug_http"
77 version : ${{ version }}
88source :
9- - git : https://github.com/Lightbug-HQ /lightbug_http.git
10- rev : 51b88e9fb8f531e87ceb4a88f1c1fa6ecd93dc28
9+ - git : https://github.com/saviorand /lightbug_http.git
10+ rev : 3aae65f46a728bc5e1482b75e0dd9b8063c69b2e
1111build :
1212 number : 0
1313 script :
@@ -16,16 +16,13 @@ build:
1616requirements :
1717 build :
1818 - mojo-compiler ${{ mojo_version }}
19- - small_time >=26.2.0,<26.3.0
20- - emberjson >=0.3.1,<0.4
19+ - small_time >=26.1.0,<26.2.0
2120 host :
2221 - mojo-compiler ${{ mojo_version }}
23- - small_time >=26.2.0,<26.3.0
24- - emberjson >=0.3.1,<0.4
22+ - small_time >=26.1.0,<26.2.0
2523 run :
2624 - mojo-compiler ${{ mojo_version }}
27- - small_time >=26.2.0,<26.3.0
28- - emberjson >=0.3.1,<0.4
25+ - small_time >=26.1.0,<26.2.0
2926tests :
3027 - script :
3128 - if : unix
3633 - mojo ${{ mojo_version }}
3734 run :
3835 - mojo ${{ mojo_version }}
39- - small_time >=26.2.0,<26.3.0
40- - emberjson >=0.3.1,<0.4
36+ - small_time >=26.1.0,<26.2.0
4137 files :
4238 recipe :
4339 - tests/lightbug_http/io/test_bytes.mojo
5248 license : MIT
5349 license_file : LICENSE
5450 summary : Lightbug is a simple and sweet HTTP framework for Mojo
55- repository : https://github.com/Lightbug-HQ /lightbug_http
51+ repository : https://github.com/saviorand /lightbug_http
5652extra :
5753 maintainers :
5854 - saviorand
0 commit comments