diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cd912c4..0aa6c2b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.0.3" %} +{% set version = "2.0.4" %} package: name: deno @@ -6,7 +6,7 @@ package: 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] @@ -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