fix: update download url for ls-iommu checksums.txt

after implementing github actions the checksums file was made versioned
This commit is contained in:
HikariKnight 2024-04-02 11:30:41 +02:00
parent 82e21005d5
commit a9b889e5ac

View file

@ -124,7 +124,8 @@ func CheckLsIOMMU() {
// Generate checksums.txt url
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,
)