[cpp-linbuild] 02/03: CPPSP-26 Fixup distfile variables for prerelease
John W. O'Brien
john at saltant.com
Fri Oct 17 14:29:13 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=c3c3c68fb08287dfc56117782e33987112c475e5
commit c3c3c68fb08287dfc56117782e33987112c475e5
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 17 13:55:56 2025 +0000
CPPSP-26 Fixup distfile variables for prerelease
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index a87bfd7..df07335 100644
--- a/Makefile
+++ b/Makefile
@@ -87,8 +87,8 @@ SHIBEDS_URL=https://shibboleth.net/downloads/embedded-discovery-service/$(SHIBED
SHIBBOLETH_COMPNAME=shibboleth-sp
SHIBBOLETH_VERSION=4.0.0alpha1
-SHIBBOLETH_DISTFILE=$(SHIBBOLETH_DISTNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
-SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VERSION)/$(SHIBBOLETH_DISTFILE)
+SHIBBOLETH_DISTFILE=$(SHIBBOLETH_COMPNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
+SHIBBOLETH_URL=https://shibboleth.net/downloads/prerelease/$(SHIBBOLETH_DISTFILE)
#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list