From 68450bec79c84e1a60b3ce75a92a46f7782f3af8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 8 Oct 2019 00:21:10 +0200 Subject: [PATCH] geoipupdate: Add version 4.0.6 --- bucket/geoipupdate.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/geoipupdate.json diff --git a/bucket/geoipupdate.json b/bucket/geoipupdate.json new file mode 100644 index 0000000000..92e75ace5d --- /dev/null +++ b/bucket/geoipupdate.json @@ -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" + } + } +}