mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
* fix typo
This commit is contained in:
@@ -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"]
|
||||
|
||||
2
components/3rd_party/plog/component.py
vendored
2
components/3rd_party/plog/component.py
vendored
@@ -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"]
|
||||
|
||||
2
components/3rd_party/usrsctp/component.py
vendored
2
components/3rd_party/usrsctp/component.py
vendored
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user