mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"version": "0.26.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.26.0/resticprofile_no_self_update_0.26.0_windows_amd64.tar.gz",
|
|
"hash": "f49336ecea3acffe29be1852eac533dca6c3402d4e7d3a79ba45806fa1ad1a31"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.26.0/resticprofile_no_self_update_0.26.0_windows_386.tar.gz",
|
|
"hash": "6b5a1d1ada2b37c674c4caf8ab1568dcd444c9f8ad5bed185e96f1868617e944"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|