multimedia/straw-viewer: Updated for version 0.1.2.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
20fa26e4f9
commit
3feca10cf2
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20201208 bkw: update for v0.1.2.
|
||||
# 20201109 bkw: update for v0.1.1.
|
||||
# 20201012 bkw: update for v0.1.0.
|
||||
# 20200814 bkw: update for v0.0.7.
|
||||
|
@ -26,7 +27,7 @@
|
|||
# issues that have been fixed.
|
||||
|
||||
PRGNAM=straw-viewer
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="straw-viewer"
|
||||
VERSION="0.1.1"
|
||||
VERSION="0.1.2"
|
||||
HOMEPAGE="https://github.com/trizen/straw-viewer/"
|
||||
DOWNLOAD="https://github.com/trizen/straw-viewer/archive/0.1.1/straw-viewer-0.1.1.tar.gz"
|
||||
MD5SUM="3134244107e7da1a999e765a7a3482dc"
|
||||
DOWNLOAD="https://github.com/trizen/straw-viewer/archive/0.1.2/straw-viewer-0.1.2.tar.gz"
|
||||
MD5SUM="dcee29de09e239cf1bbb6ebc8909b351"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-JSON perl-Module-Build perl-List-MoreUtils"
|
||||
|
|
Loading…
Reference in New Issue