fix(brew): remove v prefix from version number (#2710)
This commit is contained in:
parent
fe22c2f69c
commit
0c0b4c4610
2 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class @PROJECT_NAME@ < Formula
|
|||
homepage "@PROJECT_HOMEPAGE_URL@"
|
||||
url "@GITHUB_CLONE_URL@",
|
||||
tag: "@GITHUB_TAG@"
|
||||
version "@BUILD_VERSION@"
|
||||
version "@FORMULA_VERSION@"
|
||||
license all_of: ["GPL-3.0-only"]
|
||||
head "@GITHUB_CLONE_URL@", branch: "@GITHUB_DEFAULT_BRANCH@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue