Update vendor github.com/Sabayon/pkgs-checker@935615ba9d27

This commit is contained in:
Daniele Rondina
2020-03-10 09:12:22 +01:00
parent 6fc5d1a97b
commit e47c07d438
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 {