ScoopInstaller_Main/bucket/resticprofile.json
2025-02-06 20:27:38 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.29.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.29.1/resticprofile_no_self_update_0.29.1_windows_amd64.tar.gz",
"hash": "987c41c7510169b49f8e0fb54b133af3c5bb98ab3e1488ff8dd9003b5dc13c18"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.29.1/resticprofile_no_self_update_0.29.1_windows_386.tar.gz",
"hash": "ed123a2164a774eac6dc21168bc3a5b3d5f620f2b025f5a110681bed16cba1c8"
}
},
"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"
}
}
}