ScoopInstaller_Main/restic.json
2017-12-30 19:58:03 +01:00

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": "9010d659ebb3159009acff108d94c8347aa48f1c41c12176a6c7142ef7ddfd05"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.8.1/restic_0.8.1_windows_386.zip",
"hash": "42ab238bd96334665442e896141ba5e9aca31b2a27d672f7a6f111be1f825611"
}
},
"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"
}
}
}