add new regex pattern
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2023-07-02 11:01:39 +02:00
parent 33b316e13c
commit 88504143be

2
src/cache/cache.go vendored
View File

@ -18,7 +18,7 @@ import (
"time"
)
var filepattern = regexp.MustCompile(`((In)?Release(\.gpg)?|Packages\.(gz|bz2))`)
var filepattern = regexp.MustCompile(`((In)?Release(\.gpg)?|Packages\.(gz|bz2)|Contents-(arm64|armhf|amd64)(\.gz)?)`)
// Reader is a generic interface for reading cache entries either from disk or
// directly attached to a downloader.