geoipupdate: Update to version 7.1.0

This commit is contained in:
github-actions[bot] 2024-11-18 20:28:50 +00:00
parent 3a9053402b
commit 339950a7fb

View File

@ -1,18 +1,18 @@
{ {
"version": "7.0.1", "version": "7.1.0",
"description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.", "description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
"homepage": "https://dev.maxmind.com/geoip/geoipupdate/", "homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
"license": "Apache-2.0|MIT", "license": "Apache-2.0|MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_windows_amd64.zip", "url": "https://github.com/maxmind/geoipupdate/releases/download/v7.1.0/geoipupdate_7.1.0_windows_amd64.zip",
"hash": "6c4d88f11e9b739a568b2053247b2d0e74e9e531cc88235d66c28db0351596d5", "hash": "7e63d43833cdde5d0f06f22f19c2fcaf38b1da5e4745ce0348ab8c2246202373",
"extract_dir": "geoipupdate_7.0.1_windows_amd64" "extract_dir": "geoipupdate_7.1.0_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_windows_386.zip", "url": "https://github.com/maxmind/geoipupdate/releases/download/v7.1.0/geoipupdate_7.1.0_windows_386.zip",
"hash": "ee9bc7830e82e3c82b9ba5b3c4a91f07292eb2dd012a4fb1f28537b236b2e037", "hash": "bf07b2e7723d59c685711ceb06aba25db31f79a09951c62a1640352eeefa59b8",
"extract_dir": "geoipupdate_7.0.1_windows_386" "extract_dir": "geoipupdate_7.1.0_windows_386"
} }
}, },
"bin": "geoipupdate.exe", "bin": "geoipupdate.exe",