]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
Nevow: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 15:59:32 +0000 (15:59 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 15:59:32 +0000 (15:59 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1940 370017ae-e619-0410-ac65-c121f96126d4

dev/python/Nevow/Nevow.SlackBuild

index 0d2c18780967e9de2b16061194a2440a257df418..fce1ceb19ef1f1fa62bb4436fe6f13bc5f0bfd76 100755 (executable)
@@ -78,7 +78,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
 
 # Dowload source if necessary
 SRC="$SRC_NAME-$VERSION.tar.gz?format=raw"
-URL="http://divmod.org/trac/attachment/wiki/SoftwareReleases/Nevow-0.9.31.tar.gz?format=raw/$SRC"
+URL="http://divmod.org/trac/attachment/wiki/SoftwareReleases/$SRC"
 
 if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET