geoipupdate: Add version 4.0.6

This commit is contained in:
Richard Kuhnt 2019-10-08 00:21:10 +02:00
parent 76918c836c
commit 68450bec79

37
bucket/geoipupdate.json Normal file
View File

@ -0,0 +1,37 @@
{
"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"
}
}
}