diff options
author | root <root@rshg054.dnsready.net> | 2011-12-20 23:14:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-20 23:14:59 +0000 |
commit | ea1f4bece8870857691a7123bdc899562760b3fe (patch) | |
tree | b332a0692c3e63d46cb60cb1214fc57871e619c8 /community/zeromq | |
parent | 6d2dec5c3443d142a0131c43666929490961c16a (diff) |
Tue Dec 20 23:14:59 UTC 2011
Diffstat (limited to 'community/zeromq')
-rw-r--r-- | community/zeromq/PKGBUILD | 6 |
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" |