quazip: upgrade 0.9.1 -> 1.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-30 22:06:02 +01:00
parent a8df2dd18a
commit 7c509d343a

View File

@@ -1,13 +1,13 @@
SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
HOMEPAGE = "https://github.com/stachenov/quazip"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=910d778aab53617cbaf13c4e1810e289"
LIC_FILES_CHKSUM = "file://COPYING;md5=4c01c380a79ed7138aa9049e29df9c6a"
DEPENDS = "qtbase zlib"
SRC_URI = "git://github.com/stachenov/quazip.git;branch=v0.9.x"
SRCREV = "6938d8b108b09ebb14ef25542abd2d9108f8e036"
PV = "0.9.1"
SRC_URI = "git://github.com/stachenov/quazip.git"
SRCREV = "100578f686b7da029a19c0bc9ad3c93f80adb2bb"
PV = "1.1"
S = "${WORKDIR}/git"
inherit cmake_qt5