mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"version": "4.5.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/v4.5.0/geoipupdate_4.5.0_windows_amd64.zip",
|
|
"hash": "4cf450fe386fa747f7a22f534a622f134a0811f54a792bd18eafe4f14c5f40e4",
|
|
"extract_dir": "geoipupdate_4.5.0_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.5.0/geoipupdate_4.5.0_windows_386.zip",
|
|
"hash": "5b9c773d691b0dccb286585c10afd56efb876e3526889b1f10af8814db696581",
|
|
"extract_dir": "geoipupdate_4.5.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"
|
|
}
|
|
}
|
|
}
|