Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions recipes/lightbug_http/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json

context:
version: "25.4.0"
version: "0.25.6"

package:
name: "lightbug_http"
version: ${{ version }}

source:
- git: https://github.com/saviorand/lightbug_http.git
rev: 508f4210fd32af2010286625d8fbd69ef0534057
rev: b7b81a8332259fa14e1057dc86a8249c2e6df927

build:
number: 0
number: 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build number should be zero when doing a version upgrade

script:
- mkdir -p ${PREFIX}/lib/mojo
- mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg

requirements:
host:
- max =25.4
- max =0.25.6
run:
- ${{ pin_compatible('max') }}

Expand All @@ -30,7 +30,7 @@ tests:
- mojo test
requirements:
run:
- max =25.4
- mojo =0.25.6
files:
recipe:
- tests/lightbug_http/io/test_bytes.mojo
Expand Down
Loading