2023-01-30 20:26:12 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.15.1",
"description": "Fast, secure and simple backup program.",
"homepage": "https://restic.net/",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/restic/restic/releases/download/v0.15.1/restic_0.15.1_windows_amd64.zip",
"hash": "f05d3115ca5636a3a30f454f62c51746473121d40b9624dd28d84589b8e2eaf2"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.15.1/restic_0.15.1_windows_386.zip",
"hash": "459f93b1384a4a734787f259252959e88baaea1cb7b790a4f1779c4163efb1ed"
}
},
"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"
}
}
}