Skip to content

Commit a9b889e

Browse files
committed
fix: update download url for ls-iommu checksums.txt
after implementing github actions the checksums file was made versioned
1 parent 82e2100 commit a9b889e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/ls_iommu_downloader/ls_iommu_downloader.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ func CheckLsIOMMU() {
124124

125125
// Generate checksums.txt url
126126
checkSumsUrl := fmt.Sprintf(
127-
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/checksums.txt",
127+
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/ls-iommu_%s_checksums.txt",
128+
result.TagName,
128129
result.TagName,
129130
)
130131

0 commit comments

Comments
 (0)