diff options
author | Alan Alberghini <414N@slacky.it> | 2012-03-30 00:16:40 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-03-30 00:16:40 -0400 |
commit | bd636425fab31b0150abc7f4f0d1abe8351db9da (patch) | |
tree | 631cb79f4ed8c7c5fba572f75fb43d0b3cd2e38c /system/terminator/terminator.SlackBuild | |
parent | 71b6c7f7b48ad55acdc3d3b65e3311ae29e4192b (diff) | |
download | slackbuilds-bd636425fab31b0150abc7f4f0d1abe8351db9da.tar.gz |
system/terminator: Updated for version 0.96.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/terminator/terminator.SlackBuild')
-rw-r--r-- | system/terminator/terminator.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/terminator/terminator.SlackBuild b/system/terminator/terminator.SlackBuild index d701ae66d5..9a14ae2819 100644 --- a/system/terminator/terminator.SlackBuild +++ b/system/terminator/terminator.SlackBuild @@ -27,9 +27,10 @@ # Build history: # # 1 - Initial release. +# 20120206 - Updated for version 0.96 PRGNAM=terminator -VERSION=${VERSION:-0.95} +VERSION=${VERSION:-0.96} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |