Skip to content
Snippets Groups Projects
Commit 95de5971 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(log4cxx): update source url

parent 7839168d
No related branches found
No related tags found
2 merge requests!617create new experimental release,!614fix(log4cxx): update source url
Pipeline #57054 waiting for manual action with stage
in 4 hours, 42 minutes, and 6 seconds
......@@ -10,16 +10,16 @@ class Log4cxx(CMakePackage):
"""A C++ port of Log4j"""
homepage = "https://logging.apache.org/log4cxx/latest_stable/"
url = "https://dlcdn.apache.org/logging/log4cxx/0.12.0/apache-log4cxx-0.12.0.tar.gz"
url = "https://github.com/apache/logging-log4cxx/archive/refs/tags/rel/v1.2.0.tar.gz"
maintainers("nicmcd")
# begin EBRAINS (added): bring upstream (ref. spack@0.21.2)
version("1.2.0", sha256="09f4748aa5675ef5c0770bedbf5e00488668933c5a935a43ac5b85be2436c48a")
version("1.1.0", sha256="1fc7d82697534184bc0f757348d969d24852b948f63d6b17283fd1ee29c2c28a")
version("1.2.0", sha256="3e0af426011718c634194200cdd79b49ec13c322697bdcddef3d8b2ac9efd7b6")
version("1.1.0", sha256="feb425ce35a391cf0927356bebb7da53f96c8a7aaf634aaf740e011203c732bb")
# end EBRAINS
version("0.12.1", sha256="7bea5cb477f0e31c838f0e1f4f498cc3b30c2eae74703ddda923e7e8c2268d22")
version("0.12.0", sha256="bd5b5009ca914c8fa7944b92ea6b4ca6fb7d146f65d526f21bf8b3c6a0520e44")
version("0.12.1", sha256="567a4200c5b005a816c401e798d98294782950c7750eb3e285e851b970c8beed")
version("0.12.0", sha256="31730a17b8ff3f416256755b7aa6d7e95b167c670eb469eb9ff99aa006376e79")
variant("cxxstd", default="17", description="C++ standard", values=("11", "17"), multi=False)
# begin EBRAINS (added)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment