[bazel] Add another libpfm url (#173083)

This is pointing to the same thing but without this subdomain which is
currently down. I'm not sure that is temporary or not but I think this
is the more canonical URL
This commit is contained in:
Keith Smiley 2025-12-19 11:14:00 -08:00 committed by GitHub
parent 42dc78f945
commit 023ccc328b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ def _llvm_repos_extension_impl(module_ctx):
name = "pfm",
urls = [
"https://versaweb.dl.sourceforge.net/project/perfmon2/libpfm4/libpfm-4.13.0.tar.gz",
"https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.13.0.tar.gz",
],
sha256 = "d18b97764c755528c1051d376e33545d0eb60c6ebf85680436813fa5b04cc3d1",
strip_prefix = "libpfm-4.13.0",