mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/geoipupdate to 6.1.0-1
This commit is contained in:
parent
f38efd27f0
commit
a5aef1f4d5
2 changed files with 24 additions and 2 deletions
22
extra/geoipupdate/.SRCINFO
Normal file
22
extra/geoipupdate/.SRCINFO
Normal file
|
@ -0,0 +1,22 @@
|
|||
pkgbase = geoipupdate
|
||||
pkgdesc = Update GeoIP2 and GeoIP Legacy binary databases from MaxMind
|
||||
pkgver = 6.1.0
|
||||
pkgrel = 1
|
||||
url = https://dev.maxmind.com/geoip/geoipupdate
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
license = MIT
|
||||
makedepends = go
|
||||
makedepends = pandoc
|
||||
depends = glibc
|
||||
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 = geoipupdate.service
|
||||
source = geoipupdate.timer
|
||||
sha256sums = 71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6
|
||||
sha256sums = ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307
|
||||
sha256sums = ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3
|
||||
|
||||
pkgname = geoipupdate
|
|
@ -6,7 +6,7 @@
|
|||
# - comment manual installation
|
||||
|
||||
pkgname=geoipupdate
|
||||
pkgver=6.0.0
|
||||
pkgver=6.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
|
||||
license=('Apache' 'MIT')
|
||||
|
@ -25,7 +25,7 @@ source=(
|
|||
"0001-remove-manuals.patch"
|
||||
)
|
||||
|
||||
sha256sums=('50a403fb8f94029824766b32d4bf46e67c051699f761df8c4e2c916ecca4126e'
|
||||
sha256sums=('71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6'
|
||||
'ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307'
|
||||
'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3'
|
||||
'bac4deced8219f56e1b394986f5125a6b36864bb5e9ebf0499ec0edcba55f9ed')
|
||||
|
|
Loading…
Reference in a new issue