ScoopInstaller_Main/restic.json
2018-08-06 20:00:20 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://restic.github.io/",
"version": "0.9.2",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/restic/restic/releases/download/v0.9.2/restic_0.9.2_windows_amd64.zip",
"hash": "82e0dfe67afecbff60f4442ca4595984ad82b8515c985857ac067eb4b1737f52"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.9.2/restic_0.9.2_windows_386.zip",
"hash": "18db38d87241a38cb3b44b1b2e320009fa5e129804a7970c71ea4399fc4dec27"
}
},
"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"
}
}
}