Skip to content

Commit ff7f0a4

Browse files
Revert "bump lightbug (#237)" (#249)
This reverts commit 45e441c.
1 parent 0c5ad72 commit ff7f0a4

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

recipes/lightbug_http/recipe.yaml

Lines changed: 9 additions & 13 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.2.0"
4-
mojo_version: "=0.26.2"
3+
version: "0.26.1.2"
4+
mojo_version: "=0.26.1"
55
package:
66
name: "lightbug_http"
77
version: ${{ version }}
88
source:
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
1111
build:
1212
number: 0
1313
script:
@@ -16,16 +16,13 @@ build:
1616
requirements:
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
2926
tests:
3027
- script:
3128
- if: unix
@@ -36,8 +33,7 @@ tests:
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
@@ -52,7 +48,7 @@ about:
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
5652
extra:
5753
maintainers:
5854
- saviorand

0 commit comments

Comments
 (0)