Update vendor github.com/Sabayon/pkgs-checker@f4e0aec412f0

This commit is contained in:
Daniele Rondina
2020-03-11 08:38:15 +01:00
parent e47c07d438
commit 7bdcc72dd3
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-zA-Z0-9]+[0-9a-zA-Z\.\-_[+]*]*[+]*)`
)
type GentooPackage struct {