[cpp-linbuild] branch main updated: Add version to source path.
Codeberg
noreply at shibboleth.net
Tue Feb 24 14:32:30 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/596703950eb89a98bd6cb31eb2f7d292ddec6eb0
The following commit(s) were added to refs/heads/main by this push:
new 5967039 Add version to source path.
5967039 is described below
commit 596703950eb89a98bd6cb31eb2f7d292ddec6eb0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 24 09:32:20 2026 -0500
Add version to source path.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 22bfd0d..d0539c9 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ SHIBEDS_URL=https://shibboleth.net/downloads/embedded-discovery-service/$(SHIBED
SHIBBOLETH_COMPNAME=shibboleth-sp
SHIBBOLETH_VERSION=4.0.0alpha1
SHIBBOLETH_DISTFILE=$(SHIBBOLETH_COMPNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
-SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_DISTFILE)
+SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VERSION)/$(SHIBBOLETH_DISTFILE)
#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list