mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://restic.github.io/",
|
|
"version": "0.9.4",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.9.4/restic_0.9.4_windows_amd64.zip",
|
|
"hash": "c53a614a1a1536db55204e938e84708de9f18c42b613a470e46d433fd83a6db0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.9.4/restic_0.9.4_windows_386.zip",
|
|
"hash": "a58c0cd4b456e360cfda39c325137343484606e93b500142a2a6730dd0b9dae1"
|
|
}
|
|
},
|
|
"bin": "restic.exe",
|
|
"pre_install": "Move-Item -Path \"$dir\\restic*.exe\" -Destination \"$dir\\restic.exe\"",
|
|
"checkver": {
|
|
"github": "https://github.com/restic/restic"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v$version/restic_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v$version/restic_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|