fix: update download url for ls-iommu checksums.txt
after implementing github actions the checksums file was made versioned
This commit is contained in:
parent
82e21005d5
commit
a9b889e5ac
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ func CheckLsIOMMU() {
|
||||||
|
|
||||||
// Generate checksums.txt url
|
// Generate checksums.txt url
|
||||||
checkSumsUrl := fmt.Sprintf(
|
checkSumsUrl := fmt.Sprintf(
|
||||||
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/checksums.txt",
|
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/ls-iommu_%s_checksums.txt",
|
||||||
|
result.TagName,
|
||||||
result.TagName,
|
result.TagName,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue