Skip to content

Commit

Permalink
Merge pull request #142 from regro-cf-autotick-bot/2.0.4_hb5cb44
Browse files Browse the repository at this point in the history
deno v2.0.4
  • Loading branch information
mdekstrand authored Oct 30, 2024
2 parents 331f089 + b54e84d commit 816d754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.0.3" %}
{% set version = "2.0.4" %}

package:
name: deno
version: {{ version }}

source:
- url: https://github.com/denoland/deno/releases/download/v{{ version }}/deno_src.tar.gz # [not osx or not arm64]
sha256: 63d7e8a932b1f20542a689868a4e4a59ac497a77c77ca89d09e10169ffd6b7ce # [not osx or not arm64]
sha256: a9a8f410d46768e9b6d803f1aaeb00ed8cd8496eebea40528a97d93ab8deb0d1 # [not osx or not arm64]
patches: # [win]
- 01-fix-libffi-msvc.patch # [win]
- url: https://github.com/rust-lang/cargo/archive/refs/tags/0.75.0.tar.gz # [linux and aarch64]
Expand All @@ -15,7 +15,7 @@ source:
patches: # [linux and aarch64]
- cargo-cross-build.patch # [linux and aarch64]
- url: https://github.com/denoland/deno/releases/download/v{{ version }}/deno-aarch64-apple-darwin.zip # [osx and arm64]
sha256: 55f36e9da03eaf3218dabc12aef219090de4af183e56f360a7aa394b53f08613 # [osx and arm64]
sha256: e2a7e6e1baa4e2724a5527211b10d50df18130ec20d89d999c6474e2a017264a # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 816d754

Please sign in to comment.