diff options
Diffstat (limited to 'openldap/openldap-client.SlackBuild')
-rwxr-xr-x | openldap/openldap-client.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openldap/openldap-client.SlackBuild b/openldap/openldap-client.SlackBuild index 40c5c2f0..28ef67f2 100755 --- a/openldap/openldap-client.SlackBuild +++ b/openldap/openldap-client.SlackBuild @@ -33,7 +33,8 @@ PACKAGE_EXT="tgz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" KEY="http://www.courier-mta.org/KEYS.bin" SRC="openldap-$VERSION.$PACKAGE_EXT" -URL="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$SRC" +#URL="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$SRC" +URL="http://public.planetmirror.com/pub/openldap/openldap-release/$SRC" if [ "$PACKAGE_EXT" == "bz2" ]; then tarflag="j" |