Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
chore: Update Brew formula & Dockerfile to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Jun 11, 2017
1 parent e2be615 commit 5144842
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.6

ADD hashes /root/hashes
ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://github.com/tazjin/kontemplate/releases/download/v1.0.2/kontemplate-1.0.2-f79b261-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
ADD https://github.com/tazjin/kontemplate/releases/download/v1.1.0/kontemplate-1.1.0-f7ce04e-linux-amd64.tar.gz /tmp/kontemplate.tar.gz

# Pass release version is 1.7.1
ADD https://raw.githubusercontent.com/zx2c4/password-store/38ec1c72e29c872ec0cdde82f75490640d4019bf/src/password-store.sh /usr/bin/pass
Expand Down
2 changes: 1 addition & 1 deletion image/hashes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
156e5592ed3ae6c9aff12fbbed17141ed7b3ede26ed169001df5b1211435f033 /tmp/kontemplate.tar.gz
f2bdd1d458b2fad935f1f64e0a40d59b28be6b0debbc20241e1d8ad4a77a7cc2 /tmp/kontemplate.tar.gz
a91c6b028bb3f737898ff003f7f3a3f2d242ea52e89ade1f6ca3ab99170119e5 /usr/bin/kubectl
6 changes: 3 additions & 3 deletions kontemplate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5144842

Please sign in to comment.