aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-20 13:13:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-20 16:30:30 +0000
commitfa8fee83d4d58b24879a66a6633102840b6f53fc (patch)
tree091c32c1592120ba0896e5d26ae8b6cd5269e985
parent08ad30ae5971f0e0e3f4b1b96ed38e7dfd1a6302 (diff)
community/archivemount: upgrade to 0.9.1
-rw-r--r--community/archivemount/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/archivemount/APKBUILD b/community/archivemount/APKBUILD
index 23f02ba3797..3cb2114dd65 100644
--- a/community/archivemount/APKBUILD
+++ b/community/archivemount/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=archivemount
-pkgver=0.8.12
-pkgrel=1
+pkgver=0.9.1
+pkgrel=0
pkgdesc="FUSE based filesystem for mounting compressed archives"
options="!check" # No testsuite
url="https://github.com/bramp/archivemount"
@@ -10,7 +10,7 @@ arch="all"
license="LGPL-2.0-or-later"
makedepends="fuse-dev libarchive-dev"
subpackages="$pkgname-doc"
-source="https://www.cybernoia.de/software/archivemount/$pkgname-$pkgver.tar.gz"
+source="https://www.cybernoia.de/software/archivemount/archivemount-$pkgver.tar.gz"
build() {
./configure \
@@ -28,4 +28,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="4ce9e7ec8585b07d5bf48df41cc4a1b4ba7fe2268864ec70c445a6b9c21237f267a19814f00c5ef5a940a90ebaa47c9626aff1dbbff6fbb22e2c260da666ccd9 archivemount-0.8.12.tar.gz"
+sha512sums="ecfa8abc1dcae34c855f9a2943113ddd3eb1b81011f23ef6a8dddd344c1db44b132683a1181f17b5691a783df764523ee0d2b802202d93890dcbdb78bee53522 archivemount-0.9.1.tar.gz"