ScoopInstaller_Main/bucket/resticprofile.json
2025-05-06 00:39:38 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.30.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.30.1/resticprofile_no_self_update_0.30.1_windows_amd64.tar.gz",
"hash": "948745bce52bf60b1229b33fdee6ae6a2ff36e99347e2b71ddee3ee69179568a"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.30.1/resticprofile_no_self_update_0.30.1_windows_386.tar.gz",
"hash": "fd6e8f3184a661a9b87b72417909c855005146925d7fabfb514d59266ace15a5"
}
},
"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"
}
}
}