diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2012-06-28 16:36:08 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-28 16:36:08 -0400 |
commit | 959107bf490970cca0484c490f682a304fc7b256 (patch) | |
tree | 5c521bfd9d161d18c440ff07960bdd727f354922 /system/htop/htop.SlackBuild | |
parent | ce30f32050499e6f7a45c3196fdb8d653531d1f1 (diff) | |
download | slackbuilds-959107bf490970cca0484c490f682a304fc7b256.tar.gz |
system/htop: Updated for version 1.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/htop/htop.SlackBuild')
-rw-r--r-- | system/htop/htop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/htop/htop.SlackBuild b/system/htop/htop.SlackBuild index 1da02186f3..c2677e32a1 100644 --- a/system/htop/htop.SlackBuild +++ b/system/htop/htop.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for htop -# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2007-2012 Michiel van Wessem, Leicester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=htop -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |