Skip to content

Commit

Permalink
qview-nightly: Update to version 9929965521 (#1823)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
  • Loading branch information
brian6932 and niheaven authored Jul 16, 2024
1 parent 9050708 commit a1dc5a6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions bucket/qview-nightly.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -28,14 +32,17 @@
"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 { '' }"
],
"regex": "\\A(\\d+) (?<date>\\d{4}(?:-\\d{2}){2}) (?<attempt>\\d+)\\Z"
},
"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"
},
Expand Down

0 comments on commit a1dc5a6

Please sign in to comment.