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:
parent
a675fea4b9
commit
0a856f7557
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue