aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-03-10 15:04:09 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-03-10 15:04:09 +0000
commitd6490ea81174c6a4b06237d8f28186b205efe295 (patch)
treec855c2c3b355e5157ebd6e7ff2194c0f22bb1bf9
parent4e69a3cb5c6d968891509684c12dd9334d3d8f4f (diff)
downloadslackbuilds-d6490ea81174c6a4b06237d8f28186b205efe295.tar.gz
slackbuilds-d6490ea81174c6a4b06237d8f28186b205efe295.tar.bz2
azureus: plugin update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1644 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xnet/p2p/azureus/azureus.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/p2p/azureus/azureus.SlackBuild b/net/p2p/azureus/azureus.SlackBuild
index 711c1986..c9e2ed65 100755
--- a/net/p2p/azureus/azureus.SlackBuild
+++ b/net/p2p/azureus/azureus.SlackBuild
@@ -94,6 +94,12 @@ elif [ "$VERSION" == "3.0.3.4" ]; then
cd $INSTALL_FOLDER/azureus/plugins/azupnpav/
unzip azupnpav_0.1.7.zip && rm azupnpav_0.1.7.zip
cd -
+elif [ "$VERSION" == "3.0.5.0" ]; then
+ rm $INSTALL_FOLDER/azureus/plugins/azupnpav/*
+ wget "http://azureus.sourceforge.net/plugins/azupnpav_0.2.0.zip" -O "$INSTALL_FOLDER/azureus/plugins/azupnpav/azupnpav_0.2.0.zip"
+ cd $INSTALL_FOLDER/azureus/plugins/azupnpav/
+ unzip azupnpav_0.2.0.zip && rm azupnpav_0.2.0.zip
+ cd -
fi
cat << EOF > install/slack-desc