diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2016-10-26 08:08:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-26 08:08:57 +0700 |
commit | d586135f3ceda9bbac68e60b70595988b7e5a848 (patch) | |
tree | eb69e2b403e22e78e0b0029e0d62cf190a697d8d /system/st/st.SlackBuild | |
parent | 1d9fcdf00bf27f58a68a078e77fdebc16cf06403 (diff) | |
download | slackbuilds-d586135f3ceda9bbac68e60b70595988b7e5a848.tar.gz |
system/st: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/st/st.SlackBuild')
-rw-r--r-- | system/st/st.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index a71b1e057d..7c9e10bc96 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright 2011-2014, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2011-2016, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=st -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |