summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-05-28 03:06:46 +0200
committergrufo2018-05-28 03:06:46 +0200
commit3adefd5c132901b056fc577fa6f98ec07441ed51 (patch)
tree0ac5369ebe5da74beec63638cd766888095354f9
parent75496f53c196c6ae9b206a9999164dad279bbda6 (diff)
downloadaur-3adefd5c132901b056fc577fa6f98ec07441ed51.tar.gz
New release (1.6.2-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2547474ebe..94be4d47222c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libconfini
pkgdesc = Yet another INI parser
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://madmurphy.github.io/libconfini/
arch = i686
arch = x86_64
license = GPL
conflicts = libconfini-git
- source = https://github.com/madmurphy/libconfini/archive/1.6.1.tar.gz
- sha256sums = ed162f7c25e2d9dd87fe68e34c31b814a3ed67140ed1a6a06c457b669fd7e966
+ source = https://github.com/madmurphy/libconfini/archive/1.6.2.tar.gz
+ sha256sums = d2123a25294e0ed9ea5ec5487f1bf782ffcce94fa779086cf284b746e36b0724
pkgname = libconfini
diff --git a/PKGBUILD b/PKGBUILD
index f2bfbb057d63..a828c384728c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='libconfini'
-pkgver='1.6.1'
+pkgver='1.6.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=('libconfini-git')
source=("https://github.com/madmurphy/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('ed162f7c25e2d9dd87fe68e34c31b814a3ed67140ed1a6a06c457b669fd7e966')
+sha256sums=('d2123a25294e0ed9ea5ec5487f1bf782ffcce94fa779086cf284b746e36b0724')
prepare() {