From 9664bee729d487bcc0a0bc35859f8e13d5421c75 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 26 Sep 2012 01:10:42 +0000 Subject: Slackware 14.0 Wed Sep 26 01:10:42 UTC 2012 Slackware 14.0 x86_64 stable is released! We're perfectionists here at Slackware, so this release has been a long time a-brewing. But we think you'll agree that it was worth the wait. Slackware 14.0 combines modern components, ease of use, and flexible configuration... our "KISS" philosophy demands it. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Thanks to everyone who helped make this happen. The Slackware team, the upstream developers, and (of course) the awesome Slackware user community. Have fun! :-) --- source/d/slacktrack/slacktrack.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/d/slacktrack') diff --git a/source/d/slacktrack/slacktrack.SlackBuild b/source/d/slacktrack/slacktrack.SlackBuild index 50d52ca01..3b62823af 100755 --- a/source/d/slacktrack/slacktrack.SlackBuild +++ b/source/d/slacktrack/slacktrack.SlackBuild @@ -5,15 +5,15 @@ if [ "$TMP" = "" ]; then TMP=/tmp fi -export VERSION=2.08 +export VERSION=2.12 if [ ! -d $TMP ]; then mkdir -p $TMP # location to build the source fi cd $TMP -rm -rf slacktrack +rm -rf slacktrack-project tar xvf $CWD/slacktrack-$VERSION-source.tar.xz -cd slacktrack || exit 1 +cd slacktrack-project || exit 1 # Start the "real" SlackBuild: ./slacktrack.SlackBuild -- cgit v1.2.3