Update Stackato CLI to v3.2.1

This commit is contained in:
Steven Hsu 2015-05-22 14:06:47 -07:00
parent c4d74bd08f
commit 377e66472d
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
cask :v1 => 'stackato' do
version '3.2.0'
sha256 'ba54288e3770c3ad8928c0ad3b5904b552dbe32e2748ed724a38fcb2efc4fb8c'
version '3.2.1'
sha256 'a2f3eceac381bf018a8435b085c9ed36307e35cc9e8c077bf05aad91f095b2ae'
url "http://downloads.activestate.com/stackato/client/v#{version}/stackato-#{version}-macosx10.5-i386-x86_64.zip"
name 'Stackato'
homepage 'http://docs.stackato.com/user/client/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :apache
binary "stackato-#{version}-macosx10.5-i386-x86_64/stackato"
end