From 843e2038d4c3dc35ef35d10cf2e4bca0c18c8ffa Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:24:16 +0300 Subject: [PATCH] git-cliff: Add arm64 version (#6225) --- bucket/git-cliff.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/git-cliff.json b/bucket/git-cliff.json index 98b9390051..d3b4da1d7d 100644 --- a/bucket/git-cliff.json +++ b/bucket/git-cliff.json @@ -11,6 +11,10 @@ "64bit": { "url": "https://github.com/orhun/git-cliff/releases/download/v2.6.1/git-cliff-2.6.1-x86_64-pc-windows-msvc.zip", "hash": "519f7cd9e5f43f1c11f323cddcb1e77b5ca7317a6ff72297be2f41975d45febe" + }, + "arm64": { + "url": "https://github.com/orhun/git-cliff/releases/download/v2.6.1/git-cliff-2.6.1-aarch64-pc-windows-msvc.zip", + "hash": "ad2b600909927b0b5e6e0b593f54e69c5370b3fa969f7fda761638ff6f0d49f5" } }, "extract_dir": "git-cliff-2.6.1", @@ -25,6 +29,9 @@ }, "64bit": { "url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-aarch64-pc-windows-msvc.zip" } }, "extract_dir": "git-cliff-$version"