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

Kyle Keen kkeen at archlinux.org
Tue Jun 28 20:53:16 UTC 2016


    Date: Tuesday, June 28, 2016 @ 20:53:16
  Author: kkeen
Revision: 181556

upgpkg: zeromq 4.1.5-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 19:29:10 UTC (rev 181555)
+++ PKGBUILD	2016-06-28 20:53:16 UTC (rev 181556)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=zeromq
-pkgver=4.1.4
+pkgver=4.1.5
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
 arch=('i686' 'x86_64')
@@ -10,9 +10,10 @@
 depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
 makedepends=('asciidoc' 'xmlto')
 options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v$pkgver/zeromq-$pkgver.tar.gz"
         'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
+md5sums=('e7adf4b7dbae09b28cfd10d26cd67fac'
          '56f264ec5604a5576e0d836d89c38c77')
 
 prepare() {



More information about the arch-commits mailing list