11# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22context :
3- version : " 0.26.1.2 "
4- mojo_version : " =0.26.1 "
3+ version : " 0.26.2.0 "
4+ mojo_version : " =0.26.2 "
55package :
66 name : " lightbug_http"
77 version : ${{ version }}
88source :
9- - git : https://github.com/saviorand /lightbug_http.git
10- rev : 3aae65f46a728bc5e1482b75e0dd9b8063c69b2e
9+ - git : https://github.com/Lightbug-HQ /lightbug_http.git
10+ rev : 51b88e9fb8f531e87ceb4a88f1c1fa6ecd93dc28
1111build :
1212 number : 0
1313 script :
@@ -16,13 +16,16 @@ build:
1616requirements :
1717 build :
1818 - mojo-compiler ${{ mojo_version }}
19- - small_time >=26.1.0,<26.2.0
19+ - small_time >=26.2.0,<26.3.0
20+ - emberjson >=0.3.1,<0.4
2021 host :
2122 - mojo-compiler ${{ mojo_version }}
22- - small_time >=26.1.0,<26.2.0
23+ - small_time >=26.2.0,<26.3.0
24+ - emberjson >=0.3.1,<0.4
2325 run :
2426 - mojo-compiler ${{ mojo_version }}
25- - small_time >=26.1.0,<26.2.0
27+ - small_time >=26.2.0,<26.3.0
28+ - emberjson >=0.3.1,<0.4
2629tests :
2730 - script :
2831 - if : unix
3336 - mojo ${{ mojo_version }}
3437 run :
3538 - mojo ${{ mojo_version }}
36- - small_time >=26.1.0,<26.2.0
39+ - small_time >=26.2.0,<26.3.0
40+ - emberjson >=0.3.1,<0.4
3741 files :
3842 recipe :
3943 - tests/lightbug_http/io/test_bytes.mojo
4852 license : MIT
4953 license_file : LICENSE
5054 summary : Lightbug is a simple and sweet HTTP framework for Mojo
51- repository : https://github.com/saviorand /lightbug_http
55+ repository : https://github.com/Lightbug-HQ /lightbug_http
5256extra :
5357 maintainers :
5458 - saviorand
0 commit comments