From 69145daea0e796d1853077b85fde3c6093d1f19d Mon Sep 17 00:00:00 2001 From: John Date: Fri, 31 May 2019 22:23:01 +0200 Subject: [PATCH] quazip: update to 0.8.1. --- srcpkgs/quazip/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/quazip/template b/srcpkgs/quazip/template index cfddb8d87c..b9faea57e4 100644 --- a/srcpkgs/quazip/template +++ b/srcpkgs/quazip/template @@ -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 " 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"