diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-08-22T17·38+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-08-22T18·02+0200 |
commit | 8ccaab322a93af0ea81ae4d2c564f550b5c3964d (patch) | |
tree | ad285a2b5915afc3c4f2d3d225fcb7e8df63ee5b /kontemplate.rb | |
parent | 4c7ff46c73cc1c3e75f1a5f25dfac3f0131c06ab (diff) |
chore brew: Update Homebrew formula to v1.2.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 5277f291ba0f..7fa061ba0167 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.1.0/kontemplate-1.1.0-f7ce04e-darwin-amd64.tar.gz" - sha256 "1dccc80804589f6bd233dd79f52527f2ba8c4fa8d38857c80b2f47b504fe6c04" - version "1.1.0-f7ce04e" + url "https://github.com/tazjin/kontemplate/releases/download/v1.2.0/kontemplate-1.2.0-f8b6ad6-darwin-amd64.tar.gz" + sha256 "0cda70956b4d4e4944d5760970aaf20d586ef9d62ee90e2d67b70f03ed85e075" + version "1.2.0-f8b6ad6" def install bin.install "kontemplate" |