This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 2bac910321 [VL] Use new krb5 download url when enable vcpkg (#7347)
2bac910321 is described below
commit 2bac91032103ded208c42348eebc1fc0ef75d268
Author: Xuedong Luan <[email protected]>
AuthorDate: Thu Sep 26 20:52:37 2024 +0800
[VL] Use new krb5 download url when enable vcpkg (#7347)
Use new krb5 download url when enable vcpkg, because the web site of krb5
has moved to https://www.kerberos.org/
---
dev/vcpkg/ports/krb5/portfile.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/vcpkg/ports/krb5/portfile.cmake
b/dev/vcpkg/ports/krb5/portfile.cmake
index 1ee19b4c9f..4b416c9fce 100644
--- a/dev/vcpkg/ports/krb5/portfile.cmake
+++ b/dev/vcpkg/ports/krb5/portfile.cmake
@@ -1,5 +1,5 @@
vcpkg_download_distfile(ARCHIVE
- URLS "https://web.mit.edu/kerberos/dist/krb5/1.20/krb5-1.20.tar.gz"
+ URLS "https://kerberos.org/dist/krb5/1.20/krb5-1.20.tar.gz"
FILENAME "krb5-1.20.tar.gz"
SHA512
9aed84a971a4d74188468870260087ec7c3a614cceb5fe32ad7da1cb8db3d66e00df801c9f900f0131ac56eb828674b8be93df474c2d13b892b70c7977388604
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]