change match method for cached pkgs

This commit is contained in:
2026-05-29 09:42:26 -06:00
parent 9aa79753ff
commit 0aa5fbb6c5
3 changed files with 10 additions and 13 deletions
+2 -3
View File
@@ -11,9 +11,8 @@ import (
)
const (
repoArch = "os/x86_64"
dbSuffix = ".db.tar.gz"
pkgSuffix = "-x86_64.pkg.tar.zst"
repoArch = "os/x86_64"
dbSuffix = ".db.tar.gz"
)
type CacheClient interface {