quazip: update to 0.8.1.

This commit is contained in:
John 2019-05-31 22:23:01 +02:00 committed by John Zimmermann
parent 9feca7dac3
commit 69145daea0

View file

@ -1,15 +1,15 @@
# Template file for 'quazip'
pkgname=quazip
version=0.7.6
revision=2
version=0.8.1
revision=1
build_style=cmake
makedepends="qt5-devel zlib-devel"
short_desc="Qt5/C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="LGPL-2.1-only"
homepage="https://github.com/stachenov/quazip"
distfiles="https://github.com/stachenov/quazip/archive/${version}.tar.gz"
checksum=4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70
distfiles="https://github.com/stachenov/quazip/archive/v${version}.tar.gz"
checksum=4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"