# HG changeset patch # User Christopher Rogers # Date 1296529628 0 # Node ID 797239338cd7607c40e8a4fa7058ed0454607c9f # Parent 9f4d002c2b7f082efa407bbc44f746c101ca86be Fixed babl url. diff -r 9f4d002c2b7f -r 797239338cd7 babl/receipt --- a/babl/receipt Tue Feb 01 02:51:50 2011 +0000 +++ b/babl/receipt Tue Feb 01 03:07:08 2011 +0000 @@ -8,7 +8,7 @@ DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gegl.org/babl/" -WGET_URL="ftp://ftp.gtk.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()