Skip to content

Commit

Permalink
Update lfortran from 0.38.0 to 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emscripten-forge-bot committed Aug 14, 2024
1 parent 5d91f87 commit 86a7d74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.38.0
version: 0.39.0

package:
name: ${{ name }}
Expand All @@ -9,7 +9,7 @@ package:
source:
url: https://github.com/lfortran/lfortran/releases/download/v${{ version }}/${{
name }}-${{ version }}.tar.gz
sha256: 7d9cf30fc87fe430f0d5e70759d0fa321643e44dff90915a56f8987d0bcbee57
sha256: bf103af6036226f5e8809f2ef7444d6b0b99a339a7967d6527bb21b35d2b4f7a

build:
number: 0
Expand All @@ -33,11 +33,11 @@ requirements:

tests:
- script:
- test -f ${PREFIX}/lib/liblfortran_runtime.a
- node ${PREFIX}/bin/test_lfortran.js
- test -f ${PREFIX}/lib/liblfortran_runtime.a
- node ${PREFIX}/bin/test_lfortran.js
requirements:
build:
- nodejs
- nodejs

about:
license: BSD-3-Clause
Expand Down

0 comments on commit 86a7d74

Please sign in to comment.