2022-03-26 20:26:41 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.13.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.13.0/restic_0.13.0_windows_amd64.zip",
"hash": "2267fd0ff2e6387c44e736eccceba289a2b273fc3ccec5786af82415a1c9fa5b"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_windows_386.zip",
"hash": "c400a97000f7567515c3ffa560694f83927c8a77add8da737f567b2ff3812054"
}
},
"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"
}
}
}