desktop/wofi: Updated for version 1.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Julian Grinblat 2024-02-26 19:03:57 +09:00 committed by Willy Sudiarto Raharjo
parent a74809bc78
commit ce91d06565
2 changed files with 5 additions and 5 deletions

View file

@ -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 . \

View file

@ -1,8 +1,8 @@
PRGNAM="wofi"
VERSION="1.3"
VERSION="1.4.1"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
DOWNLOAD="https://hg.sr.ht/~scoopta/wofi/archive/v1.3/wofi-1.3.tar.gz"
MD5SUM="a185b368acebb44f221d0f8910e971f6"
DOWNLOAD="https://hg.sr.ht/~scoopta/wofi/archive/v1.4.1.tar.gz"
MD5SUM="698aa5fc2ec354e8e49b4937b1a9267d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""