We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f49bb commit a791512Copy full SHA for a791512
buildutils/bundle.py
@@ -28,7 +28,7 @@ def report_version(library="libzmq"):
28
def fetch_licenses():
29
"""Download license files for bundled dependencies"""
30
licenses.mkdir(exist_ok=True)
31
- libsodium_license_url = f"https://raw.githubusercontent.com/jedisct1/libsodium/{bundled_libsodium_version}/LICENSE"
+ libsodium_license_url = f"https://raw.githubusercontent.com/jedisct1/libsodium/{bundled_libsodium_version}-RELEASE/LICENSE"
32
libzmq_license_url = (
33
f"https://raw.githubusercontent.com/zeromq/libzmq/v{bundled_version}/LICENSE"
34
)
0 commit comments