2023-01-12 20:27:00 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.15.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.15.0/restic_0.15.0_windows_amd64.zip",
"hash": "af5c388b467a78ceba2e47c2b1840d28209f1d2c1063b21cb20d79ab18ef7956"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.15.0/restic_0.15.0_windows_386.zip",
"hash": "6936a522d7d0afd5955bc461cdc63d228aaf33d6cbeb7096e26d7ee90010d954"
}
},
"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"
}
}
}