zeromq: update to 4.2.0

This commit is contained in:
Alessio Sergi 2016-12-19 11:32:25 +01:00
parent 3cd7fd48da
commit d7810cc22e
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'zeromq'
pkgname=zeromq
version=4.1.6
version=4.2.0
revision=1
build_style=gnu-configure
configure_args="--with-relaxed --with-libsodium"
configure_args="--with-libsodium"
hostmakedepends="pkg-config asciidoc xmlto"
makedepends="libsodium-devel"
short_desc="The Intelligent Transport Layer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="http://www.zeromq.org"
distfiles="https://github.com/zeromq/zeromq4-1/releases/download/v${version}/zeromq-${version}.tar.gz"
checksum=02ebf60a43011e770799336365bcbce2eb85569e9b5f52aa0d8cc04672438a0a
distfiles="https://github.com/zeromq/libzmq/releases/download/v${version}/zeromq-${version}.tar.gz"
checksum=53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117
zeromq-devel_package() {
depends="${sourcepkg}-${version}_${revision}"