mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.17.3",
|
|
"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.3/restic_0.17.3_windows_amd64.zip",
|
|
"hash": "fcf5875de5a995100e8a2ecad5b0ada86b47155796bece87a425a251288c800f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_windows_386.zip",
|
|
"hash": "045c160ef53d1c32d6c5cf60bc3805026be807ddbfea1d9dbc90e1c5fdf94776"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|