extra/geoipupdate to 7.0.1-1

This commit is contained in:
Kevin Mihelich 2024-04-10 23:19:15 +00:00
parent af079f4d8f
commit 9f4684536c
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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')