diff options
author | root <root@rshg054.dnsready.net> | 2012-11-26 01:53:53 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-26 01:53:53 -0800 |
commit | d41782ebd2416faf39268ec9a2c3242430390308 (patch) | |
tree | 856102788879ffdd560e4e61769df4c0df369d18 /community/zeromq/PKGBUILD | |
parent | 7078408fce09d86886894f26c22cc36fc16aa4cc (diff) |
Mon Nov 26 01:48:57 PST 2012
Diffstat (limited to 'community/zeromq/PKGBUILD')
-rw-r--r-- | community/zeromq/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index cea3eba27..0131fe0a4 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 70149 2012-04-30 19:48:46Z kkeen $ +# $Id: PKGBUILD 80560 2012-11-25 15:27:50Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=zeromq -pkgver=2.2.0 -pkgrel=2 +pkgver=3.2.2 +pkgrel=1 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" @@ -10,7 +10,7 @@ license=('LGPL') depends=('gcc-libs' 'util-linux') makedepends=('python2') source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz) -md5sums=('1b11aae09b19d18276d0717b2ea288f6') +md5sums=('df68431d9300da84a1a5f9a2784e33de') build() { cd "$srcdir/$pkgname-$pkgver" |