system/tinyterm: Updated for version 0.5.8.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
f0d438c01d
commit
c80d10db39
|
@ -6,7 +6,7 @@
|
|||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version, with the following exception:
|
||||
# the text of the GPL license may be omitted.
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=tinyterm
|
||||
VERSION=${VERSION:-0.5.7}
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tinyterm"
|
||||
VERSION="0.5.7"
|
||||
VERSION="0.5.8"
|
||||
HOMEPAGE="https://github.com/ryanpcmcquen/tinyterm"
|
||||
DOWNLOAD="https://github.com/ryanpcmcquen/tinyterm/archive/0.5.7.tar.gz"
|
||||
MD5SUM="7fa2488235d63e364c663d84a1d0a207"
|
||||
DOWNLOAD="https://github.com/ryanpcmcquen/tinyterm/archive/0.5.8.tar.gz"
|
||||
MD5SUM="d79ebef1fd122a5b06e348bd24437e41"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue