diff --git a/recipes/lightbug_http/recipe.yaml b/recipes/lightbug_http/recipe.yaml index 60d5856c..1a3907cc 100644 --- a/recipes/lightbug_http/recipe.yaml +++ b/recipes/lightbug_http/recipe.yaml @@ -1,35 +1,34 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: - version: "0.25.6" - mojo_version: "=0.25.6" + version: "0.25.7" + package: name: "lightbug_http" version: ${{ version }} + source: - git: https://github.com/saviorand/lightbug_http.git - rev: b7b81a8332259fa14e1057dc86a8249c2e6df927 + rev: 4487b71ccbcfd30ace2db5d6ed975f94509e5a24 build: number: 0 script: - mkdir -p ${PREFIX}/lib/mojo - mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg + requirements: - build: - - mojo-compiler ${{ mojo_version }} host: - - mojo-compiler ${{ mojo_version }} + - mojo-compiler =0.25.7 run: - - mojo-compiler ${{ mojo_version }} + - ${{ pin_compatible('mojo-compiler') }} + tests: - script: - if: unix then: - mojo test requirements: - build: - - mojo ${{ mojo_version }} run: - - mojo ${{ mojo_version }} + - mojo =0.25.7 files: recipe: - tests/lightbug_http/io/test_bytes.mojo @@ -39,12 +38,14 @@ tests: - tests/lightbug_http/test_http.mojo - tests/lightbug_http/test_net.mojo - tests/lightbug_http/test_uri.mojo + about: homepage: https://lightbug.site license: MIT license_file: LICENSE summary: Lightbug is a simple and sweet HTTP framework for Mojo repository: https://github.com/saviorand/lightbug_http + extra: maintainers: - saviorand