chore brew: Update Homebrew formula to v1.2.0
This commit is contained in:
parent
4c7ff46c73
commit
8ccaab322a
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
class Kontemplate < Formula
|
class Kontemplate < Formula
|
||||||
desc "Kontemplate - Extremely simple Kubernetes resource templates"
|
desc "Kontemplate - Extremely simple Kubernetes resource templates"
|
||||||
homepage "https://github.com/tazjin/kontemplate"
|
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"
|
url "https://github.com/tazjin/kontemplate/releases/download/v1.2.0/kontemplate-1.2.0-f8b6ad6-darwin-amd64.tar.gz"
|
||||||
sha256 "1dccc80804589f6bd233dd79f52527f2ba8c4fa8d38857c80b2f47b504fe6c04"
|
sha256 "0cda70956b4d4e4944d5760970aaf20d586ef9d62ee90e2d67b70f03ed85e075"
|
||||||
version "1.1.0-f7ce04e"
|
version "1.2.0-f8b6ad6"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "kontemplate"
|
bin.install "kontemplate"
|
||||||
|
|
Loading…
Reference in a new issue