summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevilish Spirits2024-04-02 14:20:35 +0200
committerDevilish Spirits2024-04-02 14:20:59 +0200
commit76208c8dc111de38e99304d6eadb4952c6943d78 (patch)
tree88f7c6287ddcbef2be1695cad3a150864dbe7951 /PKGBUILD
parent19864e1f7b02eab645e88be5ae993134e8d50326 (diff)
downloadaur-76208c8dc111de38e99304d6eadb4952c6943d78.tar.gz
Update to 1.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2578f5834690..841e76c15f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: DevilishSpirits <devilishspirits@gmail.com>
pkgname=mount-zip
-pkgver=1.0.12
+pkgver=1.0.13
pkgrel=1
epoch=
pkgdesc="FUSE file system for ZIP archives"
@@ -11,7 +11,7 @@ depends=('boost-libs' 'icu' 'fuse2>=2.7' 'libzip>=1.0')
makedepends=('boost' 'make' 'pkgconf')
checkdepends=('python')
source=("https://github.com/google/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('78076e1b8a9072d87e5384310488ebbdd56625a3a0c54447eac0377572cb302a')
+sha256sums=('33b2f2a5a3191628721b5b858bfa8a00447753ed749751ef1407de4b55382afa')
build() {
cd "$pkgname-$pkgver"