summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 697884eaa24d..7572976fc0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libconfig
pkgdesc = C/C++ Configuration File Library (mingw-w64)
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = http://hyperrealm.github.io/libconfig
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-libconfig
options = staticlibs
options = !strip
options = !buildflags
- source = http://hyperrealm.github.io/libconfig/dist/libconfig-1.7.2.tar.gz
- md5sums = 6bd98ee3a6e6b9126c82c916d7a9e690
+ source = http://hyperrealm.github.io/libconfig/dist/libconfig-1.7.3.tar.gz
+ md5sums = 15ec701205f91f21b1187f8b61e0d64f
pkgname = mingw-w64-libconfig
-
diff --git a/PKGBUILD b/PKGBUILD
index 6456e997379a..01aaa7d32f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+
pkgname=mingw-w64-libconfig
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="C/C++ Configuration File Library (mingw-w64)"
arch=(any)
@@ -10,7 +11,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!strip' '!buildflags')
source=("http://hyperrealm.github.io/libconfig/dist/${pkgname#mingw-w64-}-${pkgver}.tar.gz")
-md5sums=('6bd98ee3a6e6b9126c82c916d7a9e690')
+md5sums=('15ec701205f91f21b1187f8b61e0d64f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"