[arch-commits] Commit in zeromq/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jun 11 22:13:26 UTC 2015


    Date: Friday, June 12, 2015 @ 00:13:26
  Author: kkeen
Revision: 135212

upgpkg: zeromq 4.0.6-1

Modified:
  zeromq/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-11 21:57:34 UTC (rev 135211)
+++ PKGBUILD	2015-06-11 22:13:26 UTC (rev 135212)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=zeromq
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 makedepends=('python2')
 options=('staticlibs')
 source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
-        https://raw.githubusercontent.com/zeromq/cppzmq/1f05e0d11/zmq.hpp)
-md5sums=('73c39f5eb01b9d7eaf74a5d899f1d03d'
-         '6a7b5e04ff4a55c75683aa9fa7ec8e5e')
+        https://raw.githubusercontent.com/zeromq/cppzmq/ac705f6047/zmq.hpp)
+md5sums=('d47dd09ed7ae6e7fd6f9a816d7f5fdf6'
+         'c1388ca58d417610b6c00d66c81a93f2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list