diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-31 20:36:24 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-04 00:56:42 -0500 |
commit | fd4b99c2a975c88a322e2008d40af2c484acbd1e (patch) | |
tree | 795a01f48c770d88e581ce93355a578977ffac31 /audio | |
parent | 351f895700a314b0f4186884f33b00e92bd89ed1 (diff) | |
download | slackbuilds-fd4b99c2a975c88a322e2008d40af2c484acbd1e.tar.gz |
audio/audacity: Update to 1.3.12
Signed-off-by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 12 | ||||
-rw-r--r-- | audio/audacity/audacity.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 81837b6fb3..e893980d6e 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Audacity -# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com> +# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=1.3.7 -BUILD=${BUILD:-3} +VERSION=1.3.12 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -80,9 +80,9 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP || exit 1 -rm -rf $PRGNAM-minsrc-$VERSION -tar xvf $CWD/$PRGNAM-minsrc-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-src-$VERSION || exit 1 +rm -rf $PRGNAM-minsrc-$VERSION-beta +tar xvf $CWD/$PRGNAM-minsrc-$VERSION-beta.tar.bz2 || exit 1 +cd $PRGNAM-src-$VERSION-beta || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info index a925e11ba4..cc6d23b6ac 100644 --- a/audio/audacity/audacity.info +++ b/audio/audacity/audacity.info @@ -1,8 +1,8 @@ PRGNAM="audacity" -VERSION="1.3.7" +VERSION="1.3.12" HOMEPAGE="http://audacity.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/audacity/audacity-minsrc-1.3.7.tar.bz2" -MD5SUM="7dcbcd8ed417413fd824d446001058d9" +DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-1.3.12-beta.tar.bz2" +MD5SUM="76996fec67181ca82ba191e012518b57" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Chess Griffin" |