summaryrefslogtreecommitdiff
path: root/community/zeromq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
committerroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
commitbf794523287bafc14671f83b08f7b22bceadc4bc (patch)
tree05c7098cb5eb0c4195d7c2eb735379fb27a974ab /community/zeromq
parent3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff)
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'community/zeromq')
-rw-r--r--community/zeromq/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index 6f3f66b54..69869fc0a 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 81045 2012-12-11 02:47:01Z kkeen $
+# $Id: PKGBUILD 92652 2013-06-10 15:20:40Z bpiotrowski $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+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"
@@ -11,8 +11,8 @@ depends=('gcc-libs' 'util-linux')
makedepends=('python2')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('df68431d9300da84a1a5f9a2784e33de'
- '80b674e98fcc4b4f23ef8b08ce4b051d')
+md5sums=('1abf8246363249baf5931a065ee38203'
+ '37805e6859ce1900041c9a2613936ec7')
build() {
cd "$srcdir/$pkgname-$pkgver"