Skip to content

Commit

Permalink
go-errata: fix mvdan.sh regex and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
  • Loading branch information
priv-kweihmann committed Nov 18, 2021
1 parent 2238d41 commit 7126873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/go-gen-errata.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,11 @@
"mvdan.cc/sh": {
"recipeextra": [
"UPSTREAM_CHECK_URI = \"https://github.com/mvdan/sh/tags\"",
"UPSTREAM_CHECK_REGEX = \"releases/tag/v(?P<pver>\\d+\\.\\d+\\.\\d+)\""
"UPSTREAM_CHECK_REGEX = \"releases/tag/v(?P<pver>\\d+\\.\\d+\\.\\d+)$\""
],
"striplevel": 1,
"url": "https://github.com/mvdan/sh/archive/refs/tags/v%VERSION%.zip",
"version": "3.2.4"
"version": "3.4.0"
},
"sourcegraph.com/sourcegraph/appdash": {
"extramods": [
Expand Down

0 comments on commit 7126873

Please sign in to comment.