ScoopInstaller_Main/bucket/resticprofile.json
2025-04-05 00:36:58 +00:00

37 lines
1.5 KiB
JSON

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