summaryrefslogtreecommitdiff
path: root/community/zeromq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zeromq/PKGBUILD')
-rw-r--r--community/zeromq/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index bb7239179..2d1a36b8a 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 56540 2011-10-08 03:04:25Z kkeen $
+# $Id: PKGBUILD 60981 2011-12-20 04:27:40Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=2.1.10
+pkgver=2.1.11
pkgrel=1
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('gcc-libs' 'util-linux')
makedepends=()
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz)
-md5sums=('f034096095fa76041166a8861e9d71b7')
+md5sums=('f0f9fd62acb1f0869d7aa80379b1f6b7')
build() {
cd "$srcdir/$pkgname-$pkgver"