diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-01-03 15:39:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:51 +0700 |
commit | 6663ad6b2bfc11d4cd150ccf69056201c012a68e (patch) | |
tree | fa5499e9bfd269520c149cf7cfc944e51612ee72 | |
parent | 7829ec0716189a3b10d153424362726b3ef80550 (diff) | |
download | slackbuilds-6663ad6b2bfc11d4cd150ccf69056201c012a68e.tar.gz |
system/fuse3: Update to version 3.9.0.
and remove the /dev/fuse that is installed (already system provided).
Thanks Urchlay
-rw-r--r-- | system/fuse3/fuse3.SlackBuild | 3 | ||||
-rw-r--r-- | system/fuse3/fuse3.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/fuse3/fuse3.SlackBuild b/system/fuse3/fuse3.SlackBuild index 37dd18f532..5b75bae99c 100644 --- a/system/fuse3/fuse3.SlackBuild +++ b/system/fuse3/fuse3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fuse3 -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,7 @@ meson build \ --mandir="/usr/man" ninja -C build DESTDIR=$PKG ninja -C build install +rm -rf $PKG/dev $PKG/etc/udev find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/fuse3/fuse3.info b/system/fuse3/fuse3.info index b2ef5b541d..de334d4735 100644 --- a/system/fuse3/fuse3.info +++ b/system/fuse3/fuse3.info @@ -1,8 +1,8 @@ PRGNAM="fuse3" -VERSION="3.3.0" +VERSION="3.9.0" HOMEPAGE="https://github.com/libfuse/libfuse" -DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.3.0/fuse-3.3.0.tar.xz" -MD5SUM="2568a6bd41f5a4dead66e119a83cebaf" +DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.9.0/fuse-3.9.0.tar.xz" +MD5SUM="5dc2be21c0d06c7eace340996e8a37e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson" |