2023-07-31 20:24:28 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.16.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.16.0/restic_0.16.0_windows_amd64.zip",
"hash": "9ec893fc952f4e45307f8cd603b6de2f396e1ad757af6847c00a148257c0dfb7"
},
"32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_windows_386.zip",
"hash": "7e041cc324312bff2d86542c6818e96916caa1e8737ff83cbc39ff9d20fc69f9"
}
},
"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"
}
}
}