diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-12 15:57:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:15 +0700 |
commit | 530ed01562fbc75352f0be476c6d3fbcafb913f4 (patch) | |
tree | 2b57c0bc1934eda259656691b037b077d576d670 /system/unionfs-fuse | |
parent | 865c27c0369656bb0e9d187ad175ea15ad1a0e22 (diff) | |
download | slackbuilds-530ed01562fbc75352f0be476c6d3fbcafb913f4.tar.gz |
system/unionfs-fuse: updated for version 3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unionfs-fuse')
-rw-r--r-- | system/unionfs-fuse/unionfs-fuse.SlackBuild | 2 | ||||
-rw-r--r-- | system/unionfs-fuse/unionfs-fuse.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/unionfs-fuse/unionfs-fuse.SlackBuild b/system/unionfs-fuse/unionfs-fuse.SlackBuild index 4ae915e3f4..671b5b99e3 100644 --- a/system/unionfs-fuse/unionfs-fuse.SlackBuild +++ b/system/unionfs-fuse/unionfs-fuse.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unionfs-fuse -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/unionfs-fuse/unionfs-fuse.info b/system/unionfs-fuse/unionfs-fuse.info index 72f4f0f92d..a02bf3ddb1 100644 --- a/system/unionfs-fuse/unionfs-fuse.info +++ b/system/unionfs-fuse/unionfs-fuse.info @@ -1,8 +1,8 @@ PRGNAM="unionfs-fuse" -VERSION="2.2" +VERSION="3.2" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" -DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v2.2/unionfs-fuse-2.2.tar.gz" -MD5SUM="296a6e614f31c5b8d6c8375ee903c383" +DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v3.2/unionfs-fuse-3.2.tar.gz" +MD5SUM="c66cd39c89cc3224047bb2d334fba2d7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |