ScoopInstaller_Main/bucket/resticprofile.json
2025-05-26 12:32:11 +00:00

37 lines
1.5 KiB
JSON

{
"version": "0.31.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.31.0/resticprofile_no_self_update_0.31.0_windows_amd64.tar.gz",
"hash": "f9eb886346e9921ef64cf7ebf8b419945ec886422dbe10c9a7a5f83d10033b73"
},
"32bit": {
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.31.0/resticprofile_no_self_update_0.31.0_windows_386.tar.gz",
"hash": "d818c226160efbf12a2724b5246dd4eb0bad3036a244ed8e2a6eec347fc87681"
}
},
"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"
}
}
}