quazip: upgrade 1.1 -> 1.3

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-11-06 20:55:37 +01:00
parent e9d973c849
commit 0f81c6762c

View File

@@ -1,13 +1,13 @@
SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package" SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
HOMEPAGE = "https://github.com/stachenov/quazip" HOMEPAGE = "https://github.com/stachenov/quazip"
LICENSE = "LGPL-2.1-only" LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4c01c380a79ed7138aa9049e29df9c6a" LIC_FILES_CHKSUM = "file://COPYING;md5=af67f05b2b6abf61e608dcfccb94b3e1"
DEPENDS = "qtbase zlib" DEPENDS = "qtbase zlib"
SRC_URI = "git://github.com/stachenov/quazip.git;branch=master;protocol=https" SRC_URI = "git://github.com/stachenov/quazip.git;branch=master;protocol=https"
SRCREV = "100578f686b7da029a19c0bc9ad3c93f80adb2bb" SRCREV = "6117161af08e366c37499895b00ef62f93adc345"
PV = "1.1" PV = "1.3"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit cmake_qt5 inherit cmake_qt5