chore: add protocol 6.0

This commit is contained in:
Marcel_Henselin 2026-02-04 11:23:20 +01:00
parent 1e2ee14821
commit 3eb256bd08

View file

@ -94,7 +94,7 @@ func (p *Provider) CreateArchitectureFiles() error {
archFileName := path.Join(downloadPathPrefix, target, arch)
a := Architecture{
Protocols: []string{"5.1"},
Protocols: []string{"5.1", "6.0"},
OS: target,
Arch: arch,
FileName: sum.Path,