summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44a18f1e25be..2e84104f0ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 13:34:10 UTC 2015
+# Sat Dec 26 17:40:15 UTC 2015
pkgbase = libmill
pkgdesc = Go-style concurrency in C
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = http://libmill.org/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = libmill
makedepends = gcc
depends = pkgconfig
options = !buildflags
- source = https://github.com/sustrik/libmill/archive/1.3.tar.gz
+ source = https://github.com/sustrik/libmill/archive/1.4.tar.gz
sha256sums = a081c9c31fa9dea834bab7b62f900745b5c7d182418669265adb8d4897622a9f
pkgname = libmill
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}"