pulseview: update to 0.4.0.

This commit is contained in:
lemmi 2017-06-14 03:01:32 +02:00
parent 30622fe3d0
commit d22df24188
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pulseview' # Template file for 'pulseview'
pkgname=pulseview pkgname=pulseview
version=0.3.0 version=0.4.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DDISABLE_WERROR=TRUE" configure_args="-DDISABLE_WERROR=TRUE"
@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3" license="GPL-3"
homepage="https://sigrok.org/" homepage="https://sigrok.org/"
distfiles="https://sigrok.org/download/source/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="https://sigrok.org/download/source/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=5ffe2cb7a602fcdc60933d400c77bcd66e6ce529bc4f6e97d6a5e5a86f2f530e checksum=78f8291045c6f65b4827b12e83c8e68cea2d5e7268b15a51aaca9726c8100eb9
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel" hostmakedepends+=" qt5-host-tools qt5-devel"