ScoopInstaller_Main/bucket/resticprofile.json
2024-02-08 20:23:31 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.25.0",
"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.25.0/resticprofile_no_self_update_0.25.0_windows_amd64.tar.gz",
"hash": "6f4999dd0444a32cd75586cd1c4367f2e09619b2e88d93afe37221d634aa6743"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.25.0/resticprofile_no_self_update_0.25.0_windows_386.tar.gz",
"hash": "99f7d15060749e6a91ed4d16d2523cd56205087d1b6607d8f268f29403e9a98c"
}
},
"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"
}
}
}