summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tia2015-12-26 11:42:12 -0600
committerJavier Tia2015-12-26 11:42:12 -0600
commita6a99d4b2e0e81b5d4fe6f9d6767736c109f10ad (patch)
tree0a8cdd45a7c1c9e93f234b5f9825763c7e12ca91 /PKGBUILD
parent2efb1f82eba484d8b8c2fb2b7ceb3eeab198cdc9 (diff)
downloadaur-a6a99d4b2e0e81b5d4fe6f9d6767736c109f10ad.tar.gz
Bump up libmill v1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 347f77c85082..b0b889893e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=libmill
-pkgver=1.3
+pkgver=1.4
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=('a081c9c31fa9dea834bab7b62f900745b5c7d182418669265adb8d4897622a9f')
+sha256sums=('81171ec5652548c22bab97aab0a342cb72138bc0c675596d6cdcd1813b1a12e4')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"