2021-02-14 14:57:31 +01:00

35 lines
1.3 KiB
JSON

{
"version": "0.12.0",
"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.12.0/restic_0.12.0_windows_amd64.zip",
"hash": "0440615136eecfa56e9844e37679738622563c126c9cafb96433cec4ba11699a"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.12.0/restic_0.12.0_windows_386.zip",
"hash": "a4239ce6da7f2934b3d732865bbfe7a866efbdcda80258bc4a247d3def967f9c"
}
},
"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"
}
}
}