From 3cede1b2d955761f205f25c5e8159f16207369a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:32:54 +0000 Subject: [PATCH] geoipupdate: Update to version 5.0.0 --- bucket/geoipupdate.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/geoipupdate.json b/bucket/geoipupdate.json index 9a890c45de..174006a243 100644 --- a/bucket/geoipupdate.json +++ b/bucket/geoipupdate.json @@ -1,18 +1,18 @@ { - "version": "4.11.1", + "version": "5.0.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.11.1/geoipupdate_4.11.1_windows_amd64.zip", - "hash": "0cc5cc2b35c8d8c127ccc7487bc60c4a5a5f9e49375c1cc052983eb543e2ac37", - "extract_dir": "geoipupdate_4.11.1_windows_amd64" + "url": "https://github.com/maxmind/geoipupdate/releases/download/v5.0.0/geoipupdate_5.0.0_windows_amd64.zip", + "hash": "e79f528e38fb7c600468cd36a6a10334e75f2e8a49b9120986324a001aeb11ce", + "extract_dir": "geoipupdate_5.0.0_windows_amd64" }, "32bit": { - "url": "https://github.com/maxmind/geoipupdate/releases/download/v4.11.1/geoipupdate_4.11.1_windows_386.zip", - "hash": "5365306f8529b7059c1b1c267576a9860d5edf3277fa4b9b1b29c6600600bafb", - "extract_dir": "geoipupdate_4.11.1_windows_386" + "url": "https://github.com/maxmind/geoipupdate/releases/download/v5.0.0/geoipupdate_5.0.0_windows_386.zip", + "hash": "3039627a9112b7882772959e643d034f7b464a67df8cd897e627d62897c8a61c", + "extract_dir": "geoipupdate_5.0.0_windows_386" } }, "bin": "geoipupdate.exe",