Skip to content

Commit

Permalink
chore(install/Makefile): update gomplate version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-hleif authored Sep 5, 2018
1 parent e9ad1f2 commit 3637d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ github-release:
rm -rf $(TMP)/$@
chmod +x $(INSTALL_PATH)/$@

export GOMPLATE_VERSION ?= 2.7.0
export GOMPLATE_VERSION ?= 2.8.0
# Releases: https://github.com/hairyhenderson/gomplate/releases
## Install gomplate
gomplate:
$(call github_download_binary_release,hairyhenderson,v$(GOMPLATE_VERSION),$@_$(OS)-$(ARCH)-slim)
$(call github_download_binary_release,hairyhenderson,$(GOMPLATE_VERSION),$@_$(OS)-$(ARCH)-slim)

export GOOFYS_VERSION ?= 0.19.0
# Releases: https://github.com/kahing/goofys/releases
Expand Down

0 comments on commit 3637d37

Please sign in to comment.