ScoopInstaller_Main/bucket/geoipupdate.json
2021-04-19 19:01:28 +00:00

38 lines
1.6 KiB
JSON

{
"version": "4.7.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/v4.7.1/geoipupdate_4.7.1_windows_amd64.zip",
"hash": "9241b13516ed39cc59f2d404411cdf1f39e736a610209c69eda4f0dce8d8e047",
"extract_dir": "geoipupdate_4.7.1_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.7.1/geoipupdate_4.7.1_windows_386.zip",
"hash": "b2ce10d74a83ea0cd03566babff83bc4be05fcc399442d6301a2a59f8d2552bb",
"extract_dir": "geoipupdate_4.7.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"
}
}
}