Skip to content
Merged
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
9 changes: 4 additions & 5 deletions recipes/recipes_emscripten/lpython/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ package:
version: ${{ version }}

source:
url: https://github.com/lcompilers/lpython/releases/download/v${{ version }}/${{
name }}-${{ version }}.tar.gz
url: https://github.com/lcompilers/lpython/releases/download/v${{ version }}/${{ name }}-${{ version }}.tar.gz
sha256: 9dcfe113cd95366ca8e6e7f23e13a60b666243f93e44179a641c6c30f8a02afa

build:
number: 1
number: 2

requirements:
build:
Expand All @@ -32,10 +31,10 @@ requirements:

tests:
- script:
- node ${PREFIX}/bin/test_lpython.js
- node ${PREFIX}/bin/test_lpython.js
requirements:
build:
- nodejs
- nodejs

about:
homepage: https://lpython.org
Expand Down