mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
10 lines
472 B
Ruby
10 lines
472 B
Ruby
cask :v1 => 'stackato' do
|
|
version '3.1.1'
|
|
sha256 '79b34288416e2adac24c30c8eacd0b1177f8c3985d355af16e13b7b9dd17259d'
|
|
|
|
url "http://downloads.activestate.com/stackato/client/v#{version}/stackato-#{version}-macosx10.5-i386-x86_64.zip"
|
|
homepage 'http://docs.stackato.com/user/client/'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
binary "stackato-#{version}-macosx10.5-i386-x86_64/stackato"
|
|
end
|