homebrew-cask/Casks/otto.rb

13 lines
361 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'otto' do
2015-10-21 12:20:14 +08:00
version '0.1.2'
sha256 'ffdcb201227dd878361777336ea6387f7bdf5193d4a5ad65a3955f3e18e2a2b6'
2015-09-29 02:34:35 +08:00
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/otto/#{version}/otto_#{version}_darwin_amd64.zip"
2015-09-29 02:34:35 +08:00
name 'Otto'
homepage 'https://www.ottoproject.io/'
license :mpl
binary 'otto'
end