Update vendor github.com/Sabayon/pkgs-checker@076438c31739

This commit is contained in:
Daniele Rondina
2020-04-04 11:40:36 +02:00
parent 625a6ce773
commit 07e78dd89b
4 changed files with 13 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-zA-Z]*[0-9a-zA-Z\.\-_]*[a-zA-Z0-9]+|[a-zA-Z]+[+]+[-]+[0-9a-zA-Z\.]*)`
RegexPkgNameString = `([a-zA-Z]*[0-9a-zA-Z\.\-_]*[a-zA-Z0-9]+|[a-zA-Z\-]+[+]+[-]+[0-9a-zA-Z\.]*|[a-zA-Z\-]+[+]+)`
)
type GentooPackage struct {