mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +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.1.5",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.1.5/geoipupdate_4.1.5_windows_amd64.zip",
|
|
"hash": "918d57c95d0bc9813cb6f991fae4cfdd425376618b0d489c631a8f84e1fdd6cc",
|
|
"extract_dir": "geoipupdate_4.1.5_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.1.5/geoipupdate_4.1.5_windows_386.zip",
|
|
"hash": "b1543ad96ec862e8374504699f7184e62c92cb0d998e0cbb1ae9f58547cdb74d",
|
|
"extract_dir": "geoipupdate_4.1.5_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"
|
|
}
|
|
}
|
|
}
|