This is an automated email from the ASF dual-hosted git repository.

adonisling pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 77c4c89c21d [chore](third-party) Fix the download link of pdqsort 
(#35680)
77c4c89c21d is described below

commit 77c4c89c21dc267267cd921b78f722cb449ec189
Author: Adonis Ling <adonis0...@gmail.com>
AuthorDate: Fri May 31 01:07:18 2024 +0800

    [chore](third-party) Fix the download link of pdqsort (#35680)
    
    The download link of pdqsort is broken.
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 48eda9ad20e..0bb3c17abbb 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -369,7 +369,7 @@ LIBDIVIDE_SOURCE="libdivide-5.0"
 LIBDIVIDE_MD5SUM="7fd16b0bb4ab6812b2e2fdc7bfb81641"
 
 #pdqsort
-PDQSORT_DOWNLOAD="http://ftp.cise.ufl.edu/ubuntu/pool/universe/p/pdqsort/pdqsort_0.0.0+git20180419.orig.tar.gz";
+PDQSORT_DOWNLOAD="http://deb.debian.org/debian/pool/main/p/pdqsort/pdqsort_0.0.0+git20180419.orig.tar.gz";
 PDQSORT_NAME="pdqsort.tar.gz"
 PDQSORT_SOURCE="pdqsort-0.0.0+git20180419"
 PDQSORT_MD5SUM="39261c3e7b40aa7505662fac29f22d20"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to