Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / libmaxminddb
Commits:
38898bf4 by Massimiliano Torromeo at 2024-08-23T09:54:01+02:00
upgpkg: 1.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libmaxminddb
pkgdesc = MaxMind GeoIP2 database - split package with library and
utilities
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://dev.maxmind.com/geoip/geoip2/downloadable/
arch = x86_64
license = Apache-2.0
optdepends = geoip2-database: IP geolocation databases
- source =
https://github.com/maxmind/libmaxminddb/releases/download/1.10.0/libmaxminddb-1.10.0.tar.gz
- sha256sums =
5e6db72df423ae225bfe8897069f6def40faa8931f456b99d79b8b4d664c6671
+ source =
https://github.com/maxmind/libmaxminddb/releases/download/1.11.0/libmaxminddb-1.11.0.tar.gz
+ sha256sums =
b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=(libmaxminddb mmdblookup)
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
license=('Apache-2.0')
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
optdepends=('geoip2-database: IP geolocation databases')
source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('5e6db72df423ae225bfe8897069f6def40faa8931f456b99d79b8b4d664c6671')
+sha256sums=('b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f')
build() {
cd "$srcdir"/libmaxminddb-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/38898bf43b0da8d5890306b54e709d7daa1f3dcf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/38898bf43b0da8d5890306b54e709d7daa1f3dcf
You're receiving this email because of your account on gitlab.archlinux.org.