diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-06-11T21·44+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-06-11T21·47+0200 |
commit | 5144842e97f67b21cb106dc45383f9691a6b69c5 (patch) | |
tree | 1651a429cc9b9df0077e24277bdda333ca106195 /kontemplate.rb | |
parent | e2be6152f9e19a404a8597dd4857ea6061aec7e9 (diff) |
chore: Update Brew formula & Dockerfile to 1.1.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 0f0ec6424691..5277f291ba0f 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.0.2/kontemplate-1.0.2-f79b261-darwin-amd64.tar.gz" - sha256 "5a2db5467bc77e4379b5b98f35c9864010f7023ae01a25fb5cda1aede59e021c" - version "1.0.2-f79b261" + url "https://github.com/tazjin/kontemplate/releases/download/v1.1.0/kontemplate-1.1.0-f7ce04e-darwin-amd64.tar.gz" + sha256 "1dccc80804589f6bd233dd79f52527f2ba8c4fa8d38857c80b2f47b504fe6c04" + version "1.1.0-f7ce04e" def install bin.install "kontemplate" |