Skip to content

Commit

Permalink
Use variable for kops-1.12 version (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Aug 17, 2019
1 parent cf73873 commit 6d2c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/kops-1.12/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export APK_PACKAGE_NAME = kops_1.12
export DOWNLOAD_URL ?= https://github.com/kubernetes/kops/releases/download/1.12.3/kops-$(OS)-$(ARCH)
export DOWNLOAD_URL ?= https://github.com/kubernetes/kops/releases/download/$(PACKAGE_VERSION)/kops-$(OS)-$(ARCH)

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk
Expand Down

0 comments on commit 6d2c39d

Please sign in to comment.