2024-07-01 20:25:54 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.16.5",
"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.16.5/restic_0.16.5_windows_amd64.zip",
"hash": "286cf8ac789b4752825dd6098cae26394b8803b99cd2d4cdb2153d9ef73f49c4"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.16.5/restic_0.16.5_windows_386.zip",
"hash": "878dadc0cd51626f39072cd599be261d184cfe894a4447298449def8588072b8"
}
},
"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"
}
}
}