From 394394031acaa2c9bb2673969d92ebc0cdd12cca Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:27:23 +0000 Subject: [PATCH 1/2] updated v1.37.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d93887c..fae70d6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.37.0" %} +{% set version = "1.37.1" %} package: name: deno @@ -6,12 +6,12 @@ package: 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 From 3823f98c24e9dec16034b27957d8a0970fde2bf8 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:27:41 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.26.23.22.17 --- .scripts/run_win_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 68f1ef9..07d3445 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -60,7 +60,7 @@ if /i "%CI%" == "github_actions" ( set "TEMP=%RUNNER_TEMP%" ) if /i "%CI%" == "azure" ( - set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME%" + set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" if /i "%BUILD_REASON%" == "PullRequest" ( set "IS_PR_BUILD=True"