Skip to content

Commit a791512

Browse files
committed
libsodium only has tags with -RELEASE now
1 parent 73f49bb commit a791512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildutils/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def report_version(library="libzmq"):
2828
def fetch_licenses():
2929
"""Download license files for bundled dependencies"""
3030
licenses.mkdir(exist_ok=True)
31-
libsodium_license_url = f"https://raw.githubusercontent.com/jedisct1/libsodium/{bundled_libsodium_version}/LICENSE"
31+
libsodium_license_url = f"https://raw.githubusercontent.com/jedisct1/libsodium/{bundled_libsodium_version}-RELEASE/LICENSE"
3232
libzmq_license_url = (
3333
f"https://raw.githubusercontent.com/zeromq/libzmq/v{bundled_version}/LICENSE"
3434
)

0 commit comments

Comments
 (0)