multimedia/pipe-viewer: Updated for version 0.5.3.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-09-10 00:08:05 -04:00 committed by Willy Sudiarto Raharjo
parent a675fea4b9
commit 0a856f7557
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240910 bkw: update for v0.5.3.
# 20240814 bkw: update for v0.5.2.
# 20240803 bkw: update for v0.5.1.
# 20240313 bkw: update for v0.5.0.
@ -22,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipe-viewer
VERSION=${VERSION:-0.5.2}
VERSION=${VERSION:-0.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="pipe-viewer"
VERSION="0.5.2"
VERSION="0.5.3"
HOMEPAGE="https://github.com/trizen/pipe-viewer/"
DOWNLOAD="https://github.com/trizen/pipe-viewer/archive/0.5.2/pipe-viewer-0.5.2.tar.gz"
MD5SUM="b5c0ae4cb02b070c46b957629087c713"
DOWNLOAD="https://github.com/trizen/pipe-viewer/archive/0.5.3/pipe-viewer-0.5.3.tar.gz"
MD5SUM="9989d13dbe7ef705456f62166eac603d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-JSON perl-LWP-Protocol-https perl-Module-Build perl-Term-ReadLine-Gnu"