From e9b2113668bf2bc1bde70e8173d7cffcdd967e53 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 1 Jan 2013 00:31:49 -0500 Subject: system/st: Updated for version 0.3. Signed-off-by: dsomero --- system/st/slack-desc | 2 +- system/st/st.SlackBuild | 6 +++--- system/st/st.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'system/st') 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 +# Copyright (c) 2011-2012, Nikolay Korotkiy # 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="" -- cgit v1.2.3