amp: update to 0.3.4

Closes: #12909 [via git-merge-pr]
This commit is contained in:
Wilson Birney 2018-03-25 14:45:19 -04:00 committed by Jürgen Buchmüller
parent eb07b4bb6a
commit 0dbc19ab54

View file

@ -1,6 +1,6 @@
# Template file for 'amp'
pkgname=amp
version=0.3.3
version=0.3.4
revision=1
hostmakedepends="cargo git python3 pkg-config cmake perl"
makedepends="libxcb-devel libressl-devel zlib-devel"
@ -9,11 +9,9 @@ maintainer="Wilson Birney <wpb@360scada.com>"
license="GPL-3"
homepage="https://github.com/jmacdonald/amp"
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
checksum=8a77cf1cda4dd9485b3f49dfb9c8a738de60b4cb0ab5f97f674b9b78fd3cd313
checksum=c950560292984d135ed5c92c87a2969a7b2b2d3ab97c5d4d5f66075edbc95169
nocross=yes
broken="https://build.voidlinux.eu/builders/i686_builder/builds/8421/steps/shell_3/logs/stdio"
do_build() {
cargo build --release ${makejobs}
}