mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.2",
|
|
"description": "A tool to monitor git repositories and automatically pull & push changes.",
|
|
"homepage": "https://github.com/muesli/gitomatic",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muesli/gitomatic/releases/download/v0.2/gitomatic_0.2_Windows_x86_64.tar.gz",
|
|
"hash": "21fa09906fa38dd50267d541c53588110c0c9d7d7dfba62a386172a01a410e91"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/gitomatic/releases/download/v0.2/gitomatic_0.2_Windows_i386.tar.gz",
|
|
"hash": "7e52d14819cf2ac72f02120e04ba93276f7e7649ae95d13b24fa540557619e99"
|
|
}
|
|
},
|
|
"bin": "gitomatic.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muesli/gitomatic/releases/download/v$version/gitomatic_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/gitomatic/releases/download/v$version/gitomatic_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|