Skip to content

Commit

Permalink
Merge pull request #5 from ZOSOpenTools/bump-gum-version-0.13.0
Browse files Browse the repository at this point in the history
Update gum-version to 0.13.0 from 0.12.0
  • Loading branch information
IgorTodorovskiIBM authored Jan 9, 2024
2 parents da84cfe + 4c3463f commit e158eb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions buildenv
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bump: gum-version /GUM_VERSION="(.*)"/ https://github.com/charmbracelet/gum.git|semver:*
GUM_VERSION="0.12.0"
GUM_VERSION="0.13.0"

export ZOPEN_STABLE_URL="https://github.com/charmbracelet/gum.git"
export ZOPEN_STABLE_DEPS="comp_go wharf"
export ZOPEN_STABLE_TAG="v${GUM_VERSION}"
export ZOPEN_DEV_URL="https://github.com/charmbracelet/gum.git"
export ZOPEN_DEV_DEPS="comp_go wharf"
export ZOPEN_BUILD_LINE="DEV"
export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_COMP="GO"

export ZOPEN_CONFIGURE="zopen_wharf"
Expand All @@ -30,9 +30,10 @@ zopen_init()
zopen_wharf()
{
cd ..
go work init
go work use ./gum
wharf ./gum
git clone https://github.com/charmbracelet/bubbletea.git

go work init ./gum ./bubbletea
wharf ./gum/...
cd ./gum
}

Expand Down

0 comments on commit e158eb9

Please sign in to comment.