From a5f7bc66a0be07d6c57a226e453b58ac9ddef1ef Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:32:39 +0300 Subject: [PATCH] diffsitter@0.8.1: Add arm64 version (#5410) * diffsitter@0.8.1: Add arm64 version * diffsitter@0.8.1: Add hash links to autoupdate --- bucket/diffsitter.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index 94b8b83649..e176e5facb 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -7,6 +7,10 @@ "64bit": { "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.1/diffsitter-x86_64-pc-windows-msvc.zip", "hash": "0fdbb30ed7f873773104263278f7f18321423d52948abf3a0fee86516d0761ec" + }, + "arm64": { + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.1/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": "ae880ce950ebb5fb117aef1277cec280e702b50a11e4e600026df06c2d40b4da" } }, "bin": "diffsitter.exe", @@ -14,7 +18,16 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": { + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.sha256" + } + }, + "arm64": { + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": { + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.sha256" + } } } }