Skip to content

Commit

Permalink
[VL] Use new krb5 download url when enable vcpkg (apache#7347)
Browse files Browse the repository at this point in the history
Use new krb5 download url when enable vcpkg, because the web site of krb5 has moved to https://www.kerberos.org/
  • Loading branch information
leoluan2009 authored Sep 26, 2024
1 parent 50430eb commit 2bac910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/vcpkg/ports/krb5/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

0 comments on commit 2bac910

Please sign in to comment.