summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-04-06 12:44:20 -0600
committerJavier Tiá2018-04-06 12:44:20 -0600
commit55ae0cfabaf8d758f66b3a43d25adc34e2703034 (patch)
tree45615e7f3485fa41906611421505c78944d75468
parentd7785aa59b757da0dd9b59a5849188af7cadbbd7 (diff)
downloadaur-55ae0cfabaf8d758f66b3a43d25adc34e2703034.tar.gz
Bump up libdill 2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78109f3541b6..edc02d2cfd33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdill
pkgdesc = Structured concurrency in C
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = http://libdill.org/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = libdill
makedepends = gcc
depends = pkgconfig
options = !buildflags
- source = https://github.com/sustrik/libdill/archive/2.6.tar.gz
- sha256sums = 43758cee78a2cdb14db38fc21720d052ab4051542317a6cf4319604bca69740b
+ source = https://github.com/sustrik/libdill/archive/2.7.tar.gz
+ sha256sums = b78353308cbbcd442f9c3feab86afeac1bf79eb27186bad9f75efc07c4bfedbf
pkgname = libdill
diff --git a/PKGBUILD b/PKGBUILD
index 92fefc294132..ead0848c5712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=libdill
-_ver=2.6
+_ver=2.7
_pkgver=${_ver}
pkgver=${_ver}
pkgrel=1
@@ -13,7 +13,7 @@ options=('!buildflags')
makedepends=('gcc')
license=('MIT')
source=("https://github.com/sustrik/${pkgname}/archive/${_pkgver}.tar.gz")
-sha256sums=('43758cee78a2cdb14db38fc21720d052ab4051542317a6cf4319604bca69740b')
+sha256sums=('b78353308cbbcd442f9c3feab86afeac1bf79eb27186bad9f75efc07c4bfedbf')
prepare() {
cd "${srcdir}/${pkgname}-${_pkgver}"