mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"version": "5.1.0",
|
|
"description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
|
|
"homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v5.1.0/geoipupdate_5.1.0_windows_amd64.zip",
|
|
"hash": "51ec6851af7667798f007785b42f3902ce06099940a4962a4570c98397e6d86f",
|
|
"extract_dir": "geoipupdate_5.1.0_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v5.1.0/geoipupdate_5.1.0_windows_386.zip",
|
|
"hash": "225726fd31f813659e85454716549b58c8a63c897313e58eaea819b743588d94",
|
|
"extract_dir": "geoipupdate_5.1.0_windows_386"
|
|
}
|
|
},
|
|
"bin": "geoipupdate.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/maxmind/geoipupdate"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_amd64.zip",
|
|
"extract_dir": "geoipupdate_$version_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_386.zip",
|
|
"extract_dir": "geoipupdate_$version_windows_386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums-windows.txt"
|
|
}
|
|
}
|
|
}
|