Update helm to version 2.0.0-alpha.5 (#25391)

This commit is contained in:
Till Backhaus 2016-10-11 15:12:49 +02:00 committed by Vítor Galvão
parent 1dcc7bf416
commit fccdedcfd9
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
cask 'helm' do
version '2.0.0-alpha.4'
sha256 'fcba539993b7b1459a5c2e02c93e87c7f2fdb5fea941b4a0bc3367e58f85c47b'
version '2.0.0-alpha.5'
sha256 '6bd540611042665c78923fd722e9cd25d08e7381e982535a3a720458da163811'
url "https://github.com/kubernetes/helm/releases/download/v#{version}/helm-v#{version}-darwin-amd64.tar.gz"
# storage.googleapis.com/kubernetes-helm/ was verified as official when first introduced to the cask
url "http://storage.googleapis.com/kubernetes-helm/helm-v#{version}-darwin-amd64.tar.gz"
appcast 'https://github.com/kubernetes/helm/releases.atom',
checkpoint: 'bc0b7ead6b44231cb9312dbec9a147b3c202387cdfd828cee0546f1b986d623c'
checkpoint: '89bc384e94e30b530e8afce2db165db31c3e18465077de889255d166a9110d44'
name 'Helm'
homepage 'https://github.com/kubernetes/helm'