multimedia/vokoscreenNG: Updated for version 3.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2022-08-12 22:59:22 +07:00 committed by Willy Sudiarto Raharjo
parent dbe2dd4691
commit 1df3d45614
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for VokoscreenNG
# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | February 2022
# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | August 2022
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vokoscreenNG
VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,8 +90,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGELOG.md COPYING README.md \
cp -a -R \
COPYING info-licences-changelog-install/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="vokoscreenNG"
VERSION="3.1.0"
VERSION="3.3.0"
HOMEPAGE="https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
DOWNLOAD="https://github.com/vkohaupt/vokoscreenNG/archive/3.1.0/vokoscreenNG-3.1.0.tar.gz"
MD5SUM="e19414c71e9ac26ffce81c8ef4c2748b"
DOWNLOAD="https://github.com/vkohaupt/vokoscreenNG/archive/3.3.0/vokoscreenNG-3.3.0.tar.gz"
MD5SUM="f6fce57ed2d748b05706b175b822344f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"