ScoopInstaller_Main/restic.json
2018-02-26 21:00:19 +00:00

34 lines
1.2 KiB
JSON

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