Skip to content

Commit

Permalink
fix: Add sas3ircu checksum for P16
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmage committed Jan 24, 2024
1 parent b61b1c2 commit 15bad9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/checksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ class ToolVersionInfo:
]

SAS3IRCU_VERSION_INFOS: t.List[ToolVersionInfo] = [
ToolVersionInfo(
version="17.00.00.00",
support_all_series=True,
supported_architectures=[Architecture.X86_64],
link="https://docs.broadcom.com/docs/SAS3IRCU_P16.zip",
desc="P16, linux_x86",
sha256_checksum="7fa299a36254c582cf579d197463d6e59ffa9270b7241d98d0e477f05235be26",
),
ToolVersionInfo(
version="16.00.00.00",
support_all_series=True,
Expand Down

0 comments on commit 15bad9c

Please sign in to comment.