ScoopInstaller_Main/bucket/resticprofile.json
2024-10-28 16:31:07 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.29.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.29.0/resticprofile_no_self_update_0.29.0_windows_amd64.tar.gz",
"hash": "28b785bef7344feba561d47413239768907a69367cee0b8daf29d814dde8d0a4"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.29.0/resticprofile_no_self_update_0.29.0_windows_386.tar.gz",
"hash": "58240260850f6e11fb98baef7ebd74ca18286b9a891384394eaeb254d6d9b7b6"
}
},
"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"
}
}
}