quazip: update to 0.8.1.
This commit is contained in:
parent
9feca7dac3
commit
69145daea0
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue