* fix typo

This commit is contained in:
lxowalle
2025-12-05 15:31:56 +08:00
parent eb395eca9d
commit 798e045f24
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ def add_file_downloads(confs : dict) -> list:
version = f"{confs['CONFIG_LIBDATACHANNEL_VERSION_MAJOR']}.{confs['CONFIG_LIBDATACHANNEL_VERSION_MINOR']}.{confs['CONFIG_LIBDATACHANNEL_VERSION_PATCH']}"
url = f"https://github.com/paullouisageneau/libdatachannel/archive/refs/tags/v{version}.tar.gz"
if version == "0.22.4":
sha256sum = "43eff11d71382aa1e0249aed9729cd744fa91e5cf2410364efa37e006a620454."
sha256sum = "43eff11d71382aa1e0249aed9729cd744fa91e5cf2410364efa37e006a620454"
else:
raise Exception(f"version {version} not support")
sites = ["https://github.com/paullouisageneau/libdatachannel"]

View File

@@ -7,7 +7,7 @@ def add_file_downloads(confs : dict) -> list:
version = "1.1.10"
url = f"https://github.com/SergiusTheBest/plog/archive/refs/tags/{version}.tar.gz"
if version == "1.1.10":
sha256sum = "55a090fc2b46ab44d0dde562a91fe5fc15445a3caedfaedda89fe3925da4705a.."
sha256sum = "55a090fc2b46ab44d0dde562a91fe5fc15445a3caedfaedda89fe3925da4705a"
else:
raise Exception(f"version {version} not support")
sites = ["https://github.com/SergiusTheBest/plog"]

View File

@@ -7,7 +7,7 @@ def add_file_downloads(confs : dict) -> list:
version = "0.9.5.0"
url = f"https://github.com/sctplab/usrsctp/archive/refs/tags/{version}.tar.gz"
if version == "0.9.5.0":
sha256sum = "260107caf318650a57a8caa593550e39bca6943e93f970c80d6c17e59d62cd92."
sha256sum = "260107caf318650a57a8caa593550e39bca6943e93f970c80d6c17e59d62cd92"
else:
raise Exception(f"version {version} not support")
sites = ["https://github.com/sctplab/usrsctp"]