Skip to content

Commit

Permalink
Update recipe.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty authored Feb 14, 2025
1 parent 8cbdfd0 commit 87d7cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/small_time/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
context:
version: "0.0.1"
version: "0.0.2"

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

source:
- git: https://github.com/thatstoasty/small-time.git
rev: 67fae584d1d4742a9421575c8a59d34cb84c14a3
rev: 6e26ace5bcf50c8fc10ea6e569d1f03d524b6ce0

build:
number: 0
script:
- mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg
requirements:
host:
- max =24.6
- max =25.1
run:
- ${{ pin_compatible('max') }}

tests:
- script:
- if: unix
then:
- mojo test test/test_small_time.mojo
- mojo test test
files:
recipe:
- test_small_time.mojo
Expand Down

0 comments on commit 87d7cfe

Please sign in to comment.