multimedia/pipe-viewer: Updated for version 0.5.1.

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-08-03 15:14:14 -04:00 committed by Willy Sudiarto Raharjo
parent c8d29f85f6
commit d023a5b0c5
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.
# 20240803 bkw: update for v0.5.1.
# 20240313 bkw: update for v0.5.0.
# 20240215 bkw: update for v0.4.9.
# 20240103 bkw: BUILD=2, thanks to Albert Verlinde for patching
@ -20,7 +21,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipe-viewer
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="pipe-viewer"
VERSION="0.5.0"
VERSION="0.5.1"
HOMEPAGE="https://github.com/trizen/pipe-viewer/"
DOWNLOAD="https://github.com/trizen/pipe-viewer/archive/0.5.0/pipe-viewer-0.5.0.tar.gz"
MD5SUM="c60d39db9e09c723a53b7bb4185dd13f"
DOWNLOAD="https://github.com/trizen/pipe-viewer/archive/0.5.1/pipe-viewer-0.5.1.tar.gz"
MD5SUM="900235f4b17658dda8f5ddd2f71f5bcc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-JSON perl-LWP-Protocol-https perl-Module-Build perl-Term-ReadLine-Gnu"