mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 11:21:18 +00:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"version": "0.28.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.28.0/resticprofile_no_self_update_0.28.0_windows_amd64.tar.gz",
|
|
"hash": "44058417341c4a1f3b03dbf43eaefc10562d6f187453f13811081c22a88427c6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.28.0/resticprofile_no_self_update_0.28.0_windows_386.tar.gz",
|
|
"hash": "ae7f2df24c8297bd9bba43244ac5e18ff154d90722747e16917a52403c69cc24"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|