ScoopInstaller_Main/bucket/resticprofile.json
2025-09-26 12:31:55 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.32.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.32.0/resticprofile_no_self_update_0.32.0_windows_amd64.tar.gz",
"hash": "e360888dd3678c501c87f557a5c5a89c879d367ab49fba95d67ad8d8733b8941"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.32.0/resticprofile_no_self_update_0.32.0_windows_386.tar.gz",
"hash": "2d4dd01d0ee67d6e35f25a6e7196190131c6a130ab180496a4e0310970bb7fdf"
}
},
"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"
}
}
}