Skip to content

Commit

Permalink
Merge pull request #66 from regro-cf-autotick-bot/1.37.1_he7257a
Browse files Browse the repository at this point in the history
deno v1.37.1
  • Loading branch information
mdekstrand authored Sep 27, 2023
2 parents 9454a87 + 3823f98 commit 9603861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.37.0" %}
{% set version = "1.37.1" %}

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: c256d62ee671b07586cf593bd919ffc61e7b51b73d141aef85f1ad7547fa9dfb # [not osx or not arm64]
sha256: 4e8916a591b5f5d288899a7638dc9d425df58dec11ebc1fa7f7b1c163d0c08b5 # [not osx or not arm64]
patches: # [not osx or not arm64]
- fix-libffi-msvc.patch # [not osx or not arm64]
- drop-zlib-ng.patch # [not osx or not arm64]
- url: https://github.com/denoland/deno/releases/download/v{{ version }}/deno-aarch64-apple-darwin.zip # [osx and arm64]
sha256: 4da9b29adee0f9359fd51a84020917ddb44e3c55c4f1f1747016c7b0623805f8 # [osx and arm64]
sha256: b73570966a601d94d254804014232fa084f6f60b013127e9ab1201c0a7dd74f9 # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 9603861

Please sign in to comment.