chore: Update image & Homebrew formula for 1.8.0 release

This commit is contained in:
Vincent Ambo 2019-09-04 12:05:10 +01:00 committed by Vincent Ambo
parent 6c3b29943c
commit 064f65dec2
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ FROM alpine:3.10
ADD hashes /root/hashes
ADD https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
ADD https://github.com/tazjin/kontemplate/releases/download/v1.8.0/kontemplate-1.8.0-6c3b299-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
# Pass release version is 1.7.3
ADD https://raw.githubusercontent.com/zx2c4/password-store/74fdfb5022f317ad48d449e29543710bdad1afda/src/password-store.sh /usr/bin/pass

View file

@ -1,2 +1,2 @@
d9a48cd9d84a30e6f1a3e965f73003486ca2afb0f81f74959dc9d96c7be4823c /tmp/kontemplate.tar.gz
a39dfdd77e4655acaabe301285cf389cb5fc8145060f5677dc93db1cc20911a4 /tmp/kontemplate.tar.gz
6e805054a1fb2280abb53f75b57a1b92bf9c66ffe0d2cdcd46e81b079d93c322 /usr/bin/kubectl

View file

@ -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.7.0/kontemplate-1.7.0-511ae92-darwin-amd64.tar.gz"
sha256 "44910488c0e0480e306cc7b1de564a4c0d39013130f2f6e89bcd9a7401ef6a9a"
version "kontemplate-1.7.0-511ae92"
url "https://github.com/tazjin/kontemplate/releases/download/v1.8.0/kontemplate-1.8.0-6c3b299-darwin-amd64.tar.gz"
sha256 "c541f39ef14f4822ff2f5472a9c1e57f73f0277b6b85bec8e9514640aac311a8"
version "kontemplate-1.8.0-6c3b299"
def install
bin.install "kontemplate"