diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2013-01-01 00:31:49 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-01 00:31:49 -0500 |
commit | e9b2113668bf2bc1bde70e8173d7cffcdd967e53 (patch) | |
tree | 5c88cf85b52d27ba15ce2d5be439ee3a534982ac /system | |
parent | 6e375cceef8e1ecb7342d5b98fbaaca596ab73b1 (diff) | |
download | slackbuilds-e9b2113668bf2bc1bde70e8173d7cffcdd967e53.tar.gz |
system/st: Updated for version 0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/st/slack-desc | 2 | ||||
-rw-r--r-- | system/st/st.SlackBuild | 6 | ||||
-rw-r--r-- | system/st/st.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/st/slack-desc b/system/st/slack-desc index a6c38ececd..01e3b5fb6f 100644 --- a/system/st/slack-desc +++ b/system/st/slack-desc @@ -10,7 +10,7 @@ st: st (a simple terminal implementation for X) st: st: st is a simple virtual terminal emulator for X which sucks less. st: -st: Homepage: http://http://st.suckless.org +st: Homepage: http://st.suckless.org st: st: st: diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index bcdc4a12b2..08c1142cb1 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright (c) 2011, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright (c) 2011-2012, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=st -VERSION=0.1.1 +VERSION=${VERSION:-0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/system/st/st.info b/system/st/st.info index 22cb9d12d7..4ca199cf5b 100644 --- a/system/st/st.info +++ b/system/st/st.info @@ -1,8 +1,8 @@ PRGNAM="st" -VERSION="0.1.1" +VERSION="0.3" HOMEPAGE="http://st.suckless.org" -DOWNLOAD="http://hg.suckless.org/st/archive/0.1.1.tar.gz" -MD5SUM="8913277de9bc3414407b9ddf52f23594" +DOWNLOAD="http://dl.suckless.org/st/st-0.3.tar.gz" +MD5SUM="b81392157bd9ff7a89da8a90588e420e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |