From 9f4684536c83d5aa43163df047e40b9948d3d321 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 10 Apr 2024 23:19:15 +0000 Subject: [PATCH] extra/geoipupdate to 7.0.1-1 --- extra/geoipupdate/.SRCINFO | 8 ++++---- extra/geoipupdate/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/geoipupdate/.SRCINFO b/extra/geoipupdate/.SRCINFO index 713e81dc1..a64ff3163 100644 --- a/extra/geoipupdate/.SRCINFO +++ b/extra/geoipupdate/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = geoipupdate pkgdesc = Update GeoIP2 and GeoIP Legacy binary databases from MaxMind - pkgver = 6.1.0 + pkgver = 7.0.1 pkgrel = 1 url = https://dev.maxmind.com/geoip/geoipupdate arch = x86_64 - license = Apache + license = Apache-2.0 license = MIT makedepends = go makedepends = pandoc @@ -12,10 +12,10 @@ pkgbase = geoipupdate provides = geoip2-database replaces = geoip2-database backup = etc/GeoIP.conf - source = https://github.com/maxmind/geoipupdate/archive/v6.1.0/geoipupdate-6.1.0.tar.gz + source = https://github.com/maxmind/geoipupdate/archive/v7.0.1/geoipupdate-7.0.1.tar.gz source = geoipupdate.service source = geoipupdate.timer - sha256sums = 71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6 + sha256sums = 59c80ab737f128fc05e4ecdec4d84652182851dc8c8bea892022e3fc12db9101 sha256sums = ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307 sha256sums = ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3 diff --git a/extra/geoipupdate/PKGBUILD b/extra/geoipupdate/PKGBUILD index 65667e192..ef7e276b6 100644 --- a/extra/geoipupdate/PKGBUILD +++ b/extra/geoipupdate/PKGBUILD @@ -6,10 +6,10 @@ # - comment manual installation pkgname=geoipupdate -pkgver=6.1.0 +pkgver=7.0.1 pkgrel=1 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind" -license=('Apache' 'MIT') +license=('Apache-2.0' 'MIT') arch=('x86_64') url="https://dev.maxmind.com/geoip/geoipupdate" depends=(glibc) @@ -25,7 +25,7 @@ source=( "0001-remove-manuals.patch" ) -sha256sums=('71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6' +sha256sums=('59c80ab737f128fc05e4ecdec4d84652182851dc8c8bea892022e3fc12db9101' 'ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307' 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3' 'bac4deced8219f56e1b394986f5125a6b36864bb5e9ebf0499ec0edcba55f9ed')