diff options
author | Alan Alberghini <414N@slacky.it> | 2013-06-17 21:28:37 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-18 08:23:10 -0300 |
commit | 1e563d9cf80b518b18d86471a936bf728a1cd2d0 (patch) | |
tree | f2a94edecf3bbcc3ee2711b28d21c9140ed59ed4 /system/terminator/terminator.SlackBuild | |
parent | 10955518c19fb30f92f3afe6c2649d1823a0bb52 (diff) | |
download | slackbuilds-1e563d9cf80b518b18d86471a936bf728a1cd2d0.tar.gz |
system/terminator: Updated for version 0.97.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/terminator/terminator.SlackBuild')
-rw-r--r-- | system/terminator/terminator.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/terminator/terminator.SlackBuild b/system/terminator/terminator.SlackBuild index 1961d69169..9989061f3c 100644 --- a/system/terminator/terminator.SlackBuild +++ b/system/terminator/terminator.SlackBuild @@ -29,10 +29,12 @@ # 1 - Initial release. # 20120206 - Updated for version 0.96 # 20120916 - Removed icon-theme.cache from the package +# 20130530 - Updated for version 0.97 + PRGNAM=terminator -VERSION=${VERSION:-0.96} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.97} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |