summaryrefslogtreecommitdiffstats
path: root/desktop/wofi/wofi.SlackBuild
diff options
context:
space:
mode:
author Julian Grinblat <julian@dotcore.co.il>2024-02-26 19:03:57 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-28 12:46:58 +0700
commitce91d06565b16cea353fac49065f71c5fc6431f7 (patch)
treedd648d8fbc00c7f650647a5966958a6fc1136f61 /desktop/wofi/wofi.SlackBuild
parenta74809bc78da90dc3f00b48ddfd1561d2d8d39a6 (diff)
downloadslackbuilds-ce91d06565b16cea353fac49065f71c5fc6431f7.tar.gz
slackbuilds-ce91d06565b16cea353fac49065f71c5fc6431f7.tar.xz
desktop/wofi: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wofi/wofi.SlackBuild')
-rw-r--r--desktop/wofi/wofi.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/wofi/wofi.SlackBuild b/desktop/wofi/wofi.SlackBuild
index 9906750645..974d9cebac 100644
--- a/desktop/wofi/wofi.SlackBuild
+++ b/desktop/wofi/wofi.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wofi
-VERSION=${VERSION:-1.3}
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-v$VERSION
-tar xvf $CWD/v${VERSION}.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/v${VERSION}.tar.gz || tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
cd $PRGNAM-v$VERSION
chown -R root:root .
find -L . \