diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index b8c4b7f..be77558 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -15,7 +15,7 @@ channel_targets: docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 libprotobuf: -- 4.25.3 +- 5.27.5 rust_compiler: - rust rust_compiler_version: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 860a90e..a0274c7 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -15,7 +15,7 @@ channel_sources: channel_targets: - conda-forge main libprotobuf: -- 4.25.3 +- 5.27.5 macos_machine: - x86_64-apple-darwin13.4.0 rust_compiler: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index a7fe185..a151bea 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -7,7 +7,7 @@ channel_sources: channel_targets: - conda-forge main libprotobuf: -- 4.25.3 +- 5.27.5 rust_compiler: - rust rust_compiler_version: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 046f928..cd912c4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.0.0" %} +{% set version = "2.0.3" %} 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: 7456e2340d363a50a90cb30695a0c0c930969db0bbd0996eb62fd1dcb9637546 # [not osx or not arm64] + sha256: 63d7e8a932b1f20542a689868a4e4a59ac497a77c77ca89d09e10169ffd6b7ce # [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: ad122b1c8c823378469fb4972c0cc6dafc01353dfa5c7303d199bdc1dee9d5e9 # [osx and arm64] + sha256: 55f36e9da03eaf3218dabc12aef219090de4af183e56f360a7aa394b53f08613 # [osx and arm64] build: number: 0