Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / libmaxminddb
Commits:
82b22aab by Massimiliano Torromeo at 2026-02-25T22:44:35+01:00
upgpkg: 1.13.2-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.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://maxmind.github.io/libmaxminddb/
arch = x86_64
license = Apache-2.0
optdepends = geoip2-database: IP geolocation databases
- source =
https://github.com/maxmind/libmaxminddb/releases/download/1.13.1/libmaxminddb-1.13.1.tar.gz
- sha256sums =
49a2347f015683d83c5a281c1b2d38ca766a1f42d5183417973bf4ca9b8c4ca7
+ source =
https://github.com/maxmind/libmaxminddb/releases/download/1.13.2/libmaxminddb-1.13.2.tar.gz
+ sha256sums =
2c7aac2f1d97eb8127ae58710731c232648e1f02244c49b36f9b64e5facebf90
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=(libmaxminddb mmdblookup)
-pkgver=1.13.1
+pkgver=1.13.2
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://maxmind.github.io/libmaxminddb/"
optdepends=('geoip2-database: IP geolocation databases')
source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('49a2347f015683d83c5a281c1b2d38ca766a1f42d5183417973bf4ca9b8c4ca7')
+sha256sums=('2c7aac2f1d97eb8127ae58710731c232648e1f02244c49b36f9b64e5facebf90')
build() {
cd "$srcdir"/libmaxminddb-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/82b22aab8196d5f8d51c09636c1447f38734c4ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/82b22aab8196d5f8d51c09636c1447f38734c4ac
You're receiving this email because of your account on gitlab.archlinux.org.