Skip to content

Commit 3ade41e

Browse files
committed
Update windows lib base URL
1 parent a432015 commit 3ade41e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ def triplet(self) -> str:
3535

3636

3737
class LibXmlsecDependencyBuilder:
38-
# WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
39-
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
40-
'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
41-
)
38+
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2026.04.20/'
4239
LIB_VERSION_ENV_VARS: ClassVar[dict[str, str]] = {
4340
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
4441
'libxml2_version': 'PYXMLSEC_LIBXML2_VERSION',

0 commit comments

Comments
 (0)