git » quazip.git » commit c9d87b7

Update to 1.4

author Antonio Rojas
2023-01-22 22:34:29 UTC
committer Antonio Rojas
2023-01-22 22:34:29 UTC
parent 7f0703b3e8432cec5332ce2518ac8b2d12660df5

Update to 1.4

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 288fbf6..b151df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgbase=quazip
 pkgname=(quazip-qt5 quazip-qt6)
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='C++ wrapper for the ZIP/UNZIP C package'
 url='https://stachenov.github.io/quazip/'
@@ -14,7 +14,7 @@ license=(LGPL)
 arch=(x86_64)
 makedepends=(cmake qt5-base qt6-5compat)
 source=(https://github.com/stachenov/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('c1239559cd6860cab80a0fd81f4204e606f9324f702dab6166b0960676ee1754')
+sha256sums=('79633fd3a18e2d11a7d5c40c4c79c1786ba0c74b59ad752e8429746fe1781dd6')
 
 build() {
   cmake -B build5 -S $pkgbase-$pkgver \