Skip to content

Commit

Permalink
backrest: Add version 1.5.0 (#13979)
Browse files Browse the repository at this point in the history
* backrest: Add backrest version 1.4.0
* backrest: Fix url in hash autoupdate
* backrest: Update to 1.5.0
* backrest: Fix bad hash for arm64
  • Loading branch information
Chucky2401 committed Sep 15, 2024
1 parent f864f4b commit b276ef3
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/backrest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "1.5.0",
"description": "Web UI and orchestrator for restic backup.",
"homepage": "https://github.com/garethgeorge/backrest",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/garethgeorge/backrest/releases/download/v1.5.0/backrest_Windows_x86_64.zip",
"hash": "9710538e948cea1f68eb0520e96519cb9de779636c5d9d56215d1c5baef40be2"
},
"arm64": {
"url": "https://github.com/garethgeorge/backrest/releases/download/v1.5.0/backrest_Windows_arm64.zip",
"hash": "0db76e17aefd4511a23fe620b4aa5ea92a179d119505cd6b4e30ad1bfaa76d9c"
}
},
"bin": [
"backrest.exe",
"backrest-windows-tray.exe"
],
"shortcuts": [
[
"backrest.exe",
"Backrest"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/garethgeorge/backrest/releases/download/v$version/backrest_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/garethgeorge/backrest/releases/download/v$version/backrest_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/backrest_$version_checksums.txt",
"regex": "$sha256\\s+$basename"
}
}
}

0 comments on commit b276ef3

Please sign in to comment.