From 00a3dd2af863afc00e4ae58d2512cab18e4bfc42 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 26 Sep 2022 19:53:18 +0800 Subject: [PATCH] arc@3.5.0: Fix checkver and hashes --- bucket/arc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/arc.json b/bucket/arc.json index 6d71a74ea0..4983f6f4e7 100644 --- a/bucket/arc.json +++ b/bucket/arc.json @@ -6,16 +6,16 @@ "architecture": { "64bit": { "url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_amd64.exe#/arc.exe", - "hash": "sha256:bd89e2cb031f6984758cb8333925778393d25f27928efcf756e084952067b4df" + "hash": "bd89e2cb031f6984758cb8333925778393d25f27928efcf756e084952067b4df" }, "32bit": { "url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_386.exe#/arc.exe", - "hash": "sha256:ac5908fe97f62d042f82196661d6f9a9c3cf85eeb30eb4cea877a2fefde599b3" + "hash": "ac5908fe97f62d042f82196661d6f9a9c3cf85eeb30eb4cea877a2fefde599b3" } }, "bin": "arc.exe", "checkver": { - "url": "https://github.com/mholt/archiver/releases", + "url": "https://api.github.com/repos/mholt/archiver/releases", "regex": "arc_([\\d.]+)_windows_amd64\\.exe" }, "autoupdate": {