2025-03-27 20:27:53 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.18.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.18.0/restic_0.18.0_windows_amd64.zip",
"hash": "c90cfcd577fe3d60d2529021e76bd5637bdcd19d7fa84840a40fcbbf995902de"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.18.0/restic_0.18.0_windows_386.zip",
"hash": "057da51accf774ea551d680239fa55c61613584be0e960a2a5d0ab9018f6f585"
}
},
"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"
}
}
}