diff options
author | Arn0 <yth@ythogtha.org> | 2021-10-24 17:47:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:14:33 +0700 |
commit | 48bdf66ee7912ef22e1a7dc46455e6073ae407d3 (patch) | |
tree | d83013174168dd266c61e1b31a682e3ee49465c0 | |
parent | 0914e39e57bf8b4701fdd9b01538d2ba88ac9496 (diff) |
system/unionfs-fuse: updated for version 2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 1f3e3a81122d..4ae915e3f4fa 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.1} +VERSION=${VERSION:-2.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 e8c9d31d6ae1..72f4f0f92d68 100644 --- a/system/unionfs-fuse/unionfs-fuse.info +++ b/system/unionfs-fuse/unionfs-fuse.info @@ -1,8 +1,8 @@ PRGNAM="unionfs-fuse" -VERSION="2.1" +VERSION="2.2" HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse" -DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v2.1/unionfs-fuse-2.1.tar.gz" -MD5SUM="07f877d5b440b526fcf4532905183085" +DOWNLOAD="https://github.com/rpodgorny/unionfs-fuse/archive/v2.2/unionfs-fuse-2.2.tar.gz" +MD5SUM="296a6e614f31c5b8d6c8375ee903c383" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |