mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"version": "7.1.1",
|
|
"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/v7.1.1/geoipupdate_7.1.1_windows_amd64.zip",
|
|
"hash": "b0dddff44e04456349c6b18c0dc4032e7d110825c0666c9831c71389756b4679",
|
|
"extract_dir": "geoipupdate_7.1.1_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/maxmind/geoipupdate/releases/download/v7.1.1/geoipupdate_7.1.1_windows_386.zip",
|
|
"hash": "62e9a072d2562c44e6fab34266d19bc3c39b86601ed7bedfc26fdf03d5a38acf",
|
|
"extract_dir": "geoipupdate_7.1.1_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"
|
|
}
|
|
}
|
|
}
|