diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-05-05 02:01:28 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-05-05 02:01:28 +0000 |
commit | 1ecfc7e84f6194bdfc9d735b40f2463117187e4c (patch) | |
tree | 33a4751029a1bf1f84ecb6c819fd2aad62759b4b /patches | |
parent | fd7585bd214393ff2b1988bc7c7cee361365e55e (diff) | |
download | slackbuilds-1ecfc7e84f6194bdfc9d735b40f2463117187e4c.tar.gz slackbuilds-1ecfc7e84f6194bdfc9d735b40f2463117187e4c.tar.bz2 |
patches/php: changed URL
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1214 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-x | patches/php/php.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 8266d183..e55f695e 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -45,8 +45,8 @@ ERROR_PATCH=40 RTOOL="wget" SRC="$PACKAGE-$VERSION.tar.bz2" -URL="http://mirror.pacific.net.au/linux/slackware/slackware-10.2/patches/source/php/$SRC" -#URL="http://br.php.net/get/$SRC/from/this/mirror" +#URL="http://mirror.pacific.net.au/linux/slackware/slackware-10.2/patches/source/php/$SRC" +URL="http://br.php.net/get/$SRC/from/this/mirror" # pear modules DB="DB-1.7.11.tgz" |