2022-04-10 12:29:51 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.13.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.13.1/restic_0.13.1_windows_amd64.zip",
"hash": "3e8a768889dd85d952fc7160d196c68866c9155383b0347c4049d079c8ae2cdd"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.13.1/restic_0.13.1_windows_386.zip",
"hash": "772acdb9d5502a67fabe618d3ebf734879f4f5aaf3249aaea40c2d6d0c81d117"
}
},
"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"
}
}
}