Upgrade vendor github.com/Sabayon/pkgs-checker@v0.6.1

This commit is contained in:
Daniele Rondina
2020-03-09 23:35:01 +01:00
parent f4a5a97cff
commit 6fc5d1a97b
4 changed files with 5 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ const (
const (
RegexCatString = `(^[a-z]+[0-9]*[a-z]*[-][a-z]+[0-9]*[a-z]*|^virtual)`
RegexPkgNameString = `([a-z]+[0-9a-zA-Z\-[+]*]*[+]*)`
RegexPkgNameString = `([a-z]+[0-9a-zA-Z\-_[+]*]*[+]*)`
)
type GentooPackage struct {