diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-08-15T19·15+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-08-15T19·27+0200 |
commit | f31a7d33b65b88d3193abe694bebefee3e86b484 (patch) | |
tree | 0c9a9eca3f268d4aa76e86de8e72926526ed5679 /kontemplate.rb | |
parent | 511ae92224d3d1474c9303bb8b3bb7f8146a4356 (diff) |
chore(brew): Update Homebrew formula for 1.7.0
Diffstat (limited to 'kontemplate.rb')
-rw-r--r-- | kontemplate.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kontemplate.rb b/kontemplate.rb index 1b33be2eac95..dd2b5a3ff908 100644 --- a/kontemplate.rb +++ b/kontemplate.rb @@ -3,9 +3,9 @@ class Kontemplate < Formula desc "Kontemplate - Extremely simple Kubernetes resource templates" homepage "https://github.com/tazjin/kontemplate" - url "https://github.com/tazjin/kontemplate/releases/download/v1.6.0/kontemplate-1.6.0-97bef90-darwin-amd64.tar.gz" - sha256 "d21529153d369d2347477f981a855525695c0bc2912a50f05d3baf15c96f7c16" - version "1.6.0-97bef90" + url "https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-darwin-amd64.tar.gz" + sha256 "44910488c0e0480e306cc7b1de564a4c0d39013130f2f6e89bcd9a7401ef6a9a" + version "kontemplate-1.7.0-511ae92" def install bin.install "kontemplate" |