Skip to content

Commit

Permalink
Updated lfortran to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jun 3, 2024
1 parent a099bc7 commit 996429c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions recipes/recipes_emscripten/lfortran/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: lfortran
version: 0.35.0
version: 0.36.0

package:
name: ${{ name }}
Expand All @@ -9,10 +9,10 @@ package:
source:
url: https://github.com/lfortran/lfortran/releases/download/v${{ version }}/${{
name }}-${{ version }}.tar.gz
sha256: 5ecc1ae03067b985943c45f6ec05e9f6e72efd6ad004b052e7a98ba552ff79b0
sha256: 6b3b7cb1380e96a98a9fd3166a3e7e43c3339f736f76029c246436784ffc868f

build:
number: 2
number: 0

requirements:
build:
Expand All @@ -33,6 +33,13 @@ requirements:
host:
- zlib

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

about:
license: BSD-3-Clause
license_family: BSD
Expand Down

0 comments on commit 996429c

Please sign in to comment.