about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-05-08T09·44+0200
committerVincent Ambo <github@tazj.in>2018-05-08T10·11+0200
commit75c92172afe461700a347551e6812e8cfd77ff4a (patch)
tree605d26dd8a561bd9bf8ad1fb6232724b77260b64
parentc68518d6c9cceb4e8585cb512b8818ce252ceac3 (diff)
chore(brew): Update Homebrew formula for v1.5.0
-rw-r--r--kontemplate.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/kontemplate.rb b/kontemplate.rb
index 2900b3deb633..8d14cec41b75 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.4.0/kontemplate-1.4.0-1f373ca-darwin-amd64.tar.gz"
-  sha256 "b034cfec6019c973ea7dd30297e1c3434c595e29106e557698ca24f3a4659e5a"
-  version "1.4.0-1f373ca"
+  url "https://github.com/tazjin/kontemplate/releases/download/v1.5.0/kontemplate-1.5.0-c68518d-darwin-amd64.tar.gz"
+  sha256 "61cd9ad3e28f52260458b707fd3120afa53e0610213ddd0ab03f489439f6b8a9"
+  version "1.5.0-c68518d"
 
   def install
     bin.install "kontemplate"