2024-10-27 16:30:03 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.17.2",
"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.17.2/restic_0.17.2_windows_amd64.zip",
"hash": "c44b1a22975f42f0547aa905104a8ebae43f51db62fd347c293ebf246233a7d3"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.17.2/restic_0.17.2_windows_386.zip",
"hash": "7ec22df3b0c71b04a3f41010780710688cc331c00f9a60eb2d667e123d6a0ac1"
}
},
"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"
}
}
}