summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-10-03 18:56:57 +0100
committergrufo2019-10-03 18:56:57 +0100
commite84f9f94c0b0833cd533c77dd84ef80b04297ead (patch)
tree32f1ec571f7762a90ed3f2460b3e09fbf7da2fff
parent6d569e84a67482340404e9b366be8aa33cc7610d (diff)
downloadaur-e84f9f94c0b0833cd533c77dd84ef80b04297ead.tar.gz
New release (1.10.2-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d7b14f7ea10..1b8242dba446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libconfini
pkgdesc = Yet another INI parser
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://madmurphy.github.io/libconfini
arch = i686
@@ -8,8 +8,8 @@ pkgbase = libconfini
license = GPL
conflicts = libconfini-git
conflicts = libconfini-bin
- source = https://github.com/madmurphy/libconfini/archive/1.10.1.tar.gz
- sha256sums = d1e71164228c08ea4439f5e31e86b7e0f29cdf4ae18ba58e5319f5fc04ab9aaf
+ source = https://github.com/madmurphy/libconfini/archive/1.10.2.tar.gz
+ sha256sums = e54dec793f12d8bc259a8c1d7c4c94f81d32a309b84d36c02d46e36f417abf4f
pkgname = libconfini
diff --git a/PKGBUILD b/PKGBUILD
index 35a23320b1c4..cbf4ba29e4f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='libconfini'
-pkgver='1.10.1'
+pkgver='1.10.2'
pkgrel=1
pkgdesc='Yet another INI parser'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://madmurphy.github.io/libconfini'
license=('GPL')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d1e71164228c08ea4439f5e31e86b7e0f29cdf4ae18ba58e5319f5fc04ab9aaf')
+sha256sums=('e54dec793f12d8bc259a8c1d7c4c94f81d32a309b84d36c02d46e36f417abf4f')
prepare() {