From 0c6042d4cafcf6db099c4072660057a6620dfee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 28 Aug 2021 10:59:13 -0700 Subject: [PATCH 1/3] deno: Add version 1.13.2 denoland/deno#8422 --- bucket/deno.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/deno.json diff --git a/bucket/deno.json b/bucket/deno.json new file mode 100644 index 00000000..3fd763fc --- /dev/null +++ b/bucket/deno.json @@ -0,0 +1,30 @@ +{ + "version": "1.13.2", + "description": "A secure runtime for JavaScript and TypeScript", + "homepage": "https://deno.land", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a" + }, + "arm64": { + "url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-aarch64-pc-windows-msvc.zip", + "hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a" + } + }, + "bin": "deno.exe", + "checkver": { + "github": "https://github.com/denoland/deno" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/denoland/deno/releases/download/v$version/deno-aarch64-pc-windows-msvc.zip" + } + } + } +} From 77b136299d60eebf81f2cfaaa37d527369ed14da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 22 Sep 2021 10:07:55 -0700 Subject: [PATCH 2/3] 1.14.1 --- bucket/deno.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 3fd763fc..54ae0e6b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,15 +1,19 @@ { - "version": "1.13.2", + "version": "1.14.1", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", - "license": "MIT", + "license": { + "identifier": "MIT", + "url": "https://github.com/denoland/deno/blob/main/LICENSE.md" + }, + "changelog": "https://github.com/denoland/deno/releases/tag/v1.14.1", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a" + "url": "https://github.com/denoland/deno/releases/download/v1.14.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "749323ed4d2c2eba1ceb57967819d314b83420dfc5aaad45ccf83ae3a99fcd87" }, "arm64": { - "url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-aarch64-pc-windows-msvc.zip", + "url": "https://github.com/denoland/deno/releases/download/v1.14.1/deno-aarch64-pc-windows-msvc.zip", "hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a" } }, @@ -18,6 +22,8 @@ "github": "https://github.com/denoland/deno" }, "autoupdate": { + "archive": true, + "changelog": "https://github.com/denoland/deno/releases/tag/v$version", "architecture": { "64bit": { "url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip" From 17b9389917fe552afb4a063bbdf645ec5de1a5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 16 Oct 2021 00:54:38 -0700 Subject: [PATCH 3/3] d --- bucket/deno.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 54ae0e6b..4f55d126 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,16 +1,16 @@ { - "version": "1.14.1", + "version": "1.15.1", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": { "identifier": "MIT", "url": "https://github.com/denoland/deno/blob/main/LICENSE.md" }, - "changelog": "https://github.com/denoland/deno/releases/tag/v1.14.1", + "changelog": "https://github.com/denoland/deno/releases/tag/v1.15.1", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.14.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "749323ed4d2c2eba1ceb57967819d314b83420dfc5aaad45ccf83ae3a99fcd87" + "url": "https://github.com/denoland/deno/releases/download/v1.15.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "6277d78b7c09d071c4ac59b3ddb7233ab1a37b3e670ac51b84d56741af3821a9" }, "arm64": { "url": "https://github.com/denoland/deno/releases/download/v1.14.1/deno-aarch64-pc-windows-msvc.zip",