Skip to content

Commit 45e441c

Browse files
bump lightbug (#237)
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent a8219fd commit 45e441c

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

recipes/lightbug_http/recipe.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22
context:
3-
version: "0.26.1.2"
4-
mojo_version: "=0.26.1"
3+
version: "0.26.2.0"
4+
mojo_version: "=0.26.2"
55
package:
66
name: "lightbug_http"
77
version: ${{ version }}
88
source:
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
1111
build:
1212
number: 0
1313
script:
@@ -16,13 +16,16 @@ build:
1616
requirements:
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
2629
tests:
2730
- script:
2831
- if: unix
@@ -33,7 +36,8 @@ tests:
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
@@ -48,7 +52,7 @@ about:
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
5256
extra:
5357
maintainers:
5458
- saviorand

0 commit comments

Comments
 (0)