From 7e6b93689360736f24b2098f1e8f23e14005f7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Jan 2021 22:06:02 +0100 Subject: [PATCH] quazip: upgrade 0.9.1 -> 1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- extends-meta-qt5/quazip.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extends-meta-qt5/quazip.bb b/extends-meta-qt5/quazip.bb index 36154d9d..89bf3afb 100644 --- a/extends-meta-qt5/quazip.bb +++ b/extends-meta-qt5/quazip.bb @@ -1,13 +1,13 @@ SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package" HOMEPAGE = "https://github.com/stachenov/quazip" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=910d778aab53617cbaf13c4e1810e289" +LICENSE = "LGPL-2.1" +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