diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-03 13:25:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:30 +0700 |
commit | 02bb379afec967f35287f286b0b0a6292c070ae9 (patch) | |
tree | 530dd8f1cbcb3967833c60babe86da4a97d7a471 /multimedia/straw-viewer/straw-viewer.SlackBuild | |
parent | 44fdce6014cf9058077e4265fb50e7ef24598917 (diff) | |
download | slackbuilds-02bb379afec967f35287f286b0b0a6292c070ae9.tar.gz |
multimedia/straw-viewer: Updated for version 0.1.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/straw-viewer/straw-viewer.SlackBuild')
-rw-r--r-- | multimedia/straw-viewer/straw-viewer.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/straw-viewer/straw-viewer.SlackBuild b/multimedia/straw-viewer/straw-viewer.SlackBuild index 338b658fe5..5ae01ebaa4 100644 --- a/multimedia/straw-viewer/straw-viewer.SlackBuild +++ b/multimedia/straw-viewer/straw-viewer.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210803 bkw: update for v0.1.3. # 20201208 bkw: update for v0.1.2. # 20201109 bkw: update for v0.1.1. # 20201012 bkw: update for v0.1.0. @@ -29,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=straw-viewer -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |