summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2016-08-05 07:30:36 -0600
committerJavier Tiá2016-08-05 07:30:36 -0600
commit665b71ad6ca3cac36e1036941efc9e6f19b0c1b2 (patch)
tree3f9c0f91a9b0fc69eda5aa5b497daf1ea3054486 /PKGBUILD
parent1a8fb790f9bdc02d148dbc60ddb40ae6f508b63b (diff)
downloadaur-665b71ad6ca3cac36e1036941efc9e6f19b0c1b2.tar.gz
Bump up libmill 1.15-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b204558b5bb4..2e0890074c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=libmill
-pkgver=1.14
+pkgver=1.15
pkgrel=1
pkgdesc='Go-style concurrency in C'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ options=('!buildflags')
makedepends=('gcc')
license=('MIT')
source=("https://github.com/sustrik/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d5f03137d5ff644281ae2c3d1d928097a0dd2b711c2d70a055f562a8b4e640b8')
+sha256sums=('eb21060a82b517a671c8ea3afa8ccef932ec4ee40734fe4ba3421ab61c8851c4')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"