mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://restic.github.io/",
|
|
"version": "0.9.1",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.9.1/restic_0.9.1_windows_amd64.zip",
|
|
"hash": "076a40a96cbd1931e456facffc9f1f3bc863a5b4f9e2eb95749952e8c03400af"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.9.1/restic_0.9.1_windows_386.zip",
|
|
"hash": "96257ac3f78ba98e844960d52a2341815c3c9af0d5293cf0dc253a1b7f2a7c55"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|