Skip to content

Commit

Permalink
Merge pull request #141 from regro-cf-autotick-bot/2.0.3_h6b7628
Browse files Browse the repository at this point in the history
deno v2.0.3
  • Loading branch information
mdekstrand authored Oct 25, 2024
2 parents bae1610 + 9de28f2 commit 331f089
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_sources:
channel_targets:
- conda-forge main
libprotobuf:
- 4.25.3
- 5.27.5
rust_compiler:
- rust
rust_compiler_version:
Expand Down
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.0" %}
{% set version = "2.0.3" %}

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: 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]
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: ad122b1c8c823378469fb4972c0cc6dafc01353dfa5c7303d199bdc1dee9d5e9 # [osx and arm64]
sha256: 55f36e9da03eaf3218dabc12aef219090de4af183e56f360a7aa394b53f08613 # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 331f089

Please sign in to comment.