mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
|
|
"description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.0.6/geoipupdate_4.0.6_windows_amd64.zip",
|
|
"hash": "a3c6dab6aa08796ab9f5d5147c378ebd334694338ff8e3c059247c280df187b3",
|
|
"extract_dir": "geoipupdate_4.0.6_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.0.6/geoipupdate_4.0.6_windows_386.zip",
|
|
"hash": "0491e58946b2729dea07e9ab2052e11bff6f9fe64bd8c23b75bad87f36c4728a",
|
|
"extract_dir": "geoipupdate_4.0.6_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"
|
|
}
|
|
}
|
|
}
|