dgalbraith / chocolatey-packages

Automatic and manual Chocolatey packages
MIT License
4 stars 20 forks source link

(gh-492) Modify regex in automatic update script #493

Closed dgalbraith closed 1 year ago

dgalbraith commented 1 year ago

Modify regex in automatic update script to successfully match against versions with an -insider suffix.

Updates were failing as the addition of the -insider suffix to the required version caused regex matching to break. The regex was amended to address this.