ScoopInstaller_Main/restic.json
2017-09-13 16:00:19 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://restic.github.io/",
"version": "0.7.2",
"license": "https://github.com/restic/restic/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://github.com/restic/restic/releases/download/v0.7.2/restic_0.7.2_windows_amd64.zip",
"hash": "e0dca6ebd175563726b1a7f83614b53194a8945421241b3b2fba18784bc4db7a"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.7.2/restic_0.7.2_windows_386.zip",
"hash": "b17778908c7e0b879b79b4aadf2dc28e9361e555fb68b35243c325b390628eed"
}
},
"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"
}
}
}