ScoopInstaller_Main/bucket/resticprofile.json
2024-07-09 00:33:45 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.27.1",
"description": "Configuration profiles manager and scheduler for restic backup",
"homepage": "https://creativeprojects.github.io/resticprofile/",
"license": "GPL-3.0-only",
"suggest": {
"restic": "restic"
},
"architecture": {
"64bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.27.1/resticprofile_no_self_update_0.27.1_windows_amd64.tar.gz",
"hash": "7d0a927cc2493e63aa03a78a7752464c44965540555dd879584731057a78bba4"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.27.1/resticprofile_no_self_update_0.27.1_windows_386.tar.gz",
"hash": "23858b75e166efe6d68b0ec4a03cceeb55701632d1b9c7815b64500034d16872"
}
},
"bin": "resticprofile.exe",
"checkver": {
"github": "https://github.com/creativeprojects/resticprofile"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}