r886 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Wed Jun 21 21:14:17 UTC 2006


Author: goneri-guest
Date: 2006-06-21 21:14:16 +0000 (Wed, 21 Jun 2006)
New Revision: 886

Modified:
   scripts/trunk/blockattack.sh
Log:
blockattack 1.2.0


Modified: scripts/trunk/blockattack.sh
===================================================================
--- scripts/trunk/blockattack.sh	2006-06-21 15:03:22 UTC (rev 885)
+++ scripts/trunk/blockattack.sh	2006-06-21 21:14:16 UTC (rev 886)
@@ -1,13 +1,12 @@
 #!/bin/sh
 
 BUILDDIR=`pwd`
-RELEASE="112"	# NOTE:  Before uploading the next release, please check the tarballs for svn stuff and uncomment those lines here to get it removed
+RELEASE="120"	# NOTE:  Before uploading the next release, please check the tarballs for svn stuff and uncomment those lines here to get it removed
 DEBRELEASE=${RELEASE}-1 #this could be extracted from the changelog file
 PKG="blockattack"
-TARBALL="$PKG\_$RELEASE.orig.tar.gz"
-URL="http://ovh.dl.sourceforge.net/sourceforge/blockattack/BlockAttackLinux112.tar.gz"
+TARBALL=$PKG"_"$RELEASE".orig.tar.gz"
+URL="http://switch.dl.sourceforge.net/sourceforge/blockattack/BlockAttackLinux120.tar.gz"
 
-
 mkdir -p $BUILDDIR/upstream
 mkdir -p $BUILDDIR/build
 




More information about the Pkg-games-commits mailing list