diff options
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} |