mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://restic.github.io/",
|
|
"version": "0.8.1",
|
|
"license": "https://github.com/restic/restic/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.8.1/restic_0.8.1_windows_amd64.zip",
|
|
"hash": "59c0a05c0d8132f23c08a93e81d5c9603ee1d11116cbc6e9a577ff5882865c53"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.8.1/restic_0.8.1_windows_386.zip",
|
|
"hash": "0bd0942c6c1ab0e47f04fb5eeb92d2ec4f486b2d3439057b2e57ec6c41792e69"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|