diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-05 17:28:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:47 +0700 |
commit | d79083005eb51a2422b62690cf9a13b06083194b (patch) | |
tree | b7f084557c66e9606674b11218207300fcda0e2e /system/linuxconsoletools/linuxconsoletools.SlackBuild | |
parent | 3231399eb7a4b9dead5d1fd26a5562ececf56033 (diff) |
system/linuxconsoletools: Updated for version 1.4.8.
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools.SlackBuild')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index f968883ac959e..29e2a7b21234e 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -25,8 +25,10 @@ # 20140315 bkw: took over maintenance, updated for 1.4.7, replaced patch # with a bit of sed. +# 20150505 bkw: update for v1.4.8 + PRGNAM=linuxconsoletools -VERSION=${VERSION:-1.4.7} +VERSION=${VERSION:-1.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |