From a1dc5a68d03c8c5a1e5bcb3659d6e5a7e4bb52b6 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:24:09 -0400 Subject: [PATCH] qview-nightly: Update to version 9929965521 (#1823) Co-authored-by: Hsiao-nan Cheung --- bucket/qview-nightly.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/bucket/qview-nightly.json b/bucket/qview-nightly.json index 3ce5ed90d61..e2bddc7d155 100644 --- a/bucket/qview-nightly.json +++ b/bucket/qview-nightly.json @@ -1,16 +1,20 @@ { - "version": "7342374798", + "version": "9929965521", "description": "Practical and minimal image viewer", "homepage": "https://github.com/jurplel/qView", "license": "GPL-3.0-only", "architecture": { + "arm64": { + "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_arm64-2024-07-14.1.zip", + "hash": "e680c978f07bfd450954bff17803d2f44fd9ac5210e584da6427a9da4c20d073" + }, "64bit": { - "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-2023-12-27.1.zip", - "hash": "f9467a819c1414281ab17e14b620481c8ee30d37933eaa906a217c1ee90e96b3" + "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-2024-07-14.1.zip", + "hash": "d5052590251651749549b0b62ad10379f3331ab7dff4f3be8ab8efa6d2e0b785" }, "32bit": { - "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_32-2023-12-27.1.zip", - "hash": "6876cd445470ddce8e9404834350c182adf1c7aae42625842e7103ed48f1d354" + "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_32-2024-07-14.1.zip", + "hash": "f1942fb9c02b955f70a147f606d1c707f562c2a173032705e731a7fe51ef176b" } }, "pre_install": [ @@ -28,7 +32,7 @@ "script": [ "try {", " $api = (Invoke-RestMethod 'https://api.github.com/repositories/123522764/actions/workflows/build.yml/runs?branch=master&status=success').workflow_runs[0]", - " ($api.id, $api.updated_at.ToString('yyyy-MM-dd'), $api.run_attempt) -join ' '", + " ($api.id, (Get-Date $api.updated_at -Format 'yyyy-MM-dd'), $api.run_attempt) -join ' '", "}", "catch { '' }" ], @@ -36,6 +40,9 @@ }, "autoupdate": { "architecture": { + "arm64": { + "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_arm64-$matchDate.$matchAttempt.zip" + }, "64bit": { "url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-$matchDate.$matchAttempt.zip" },