homebrew-cask/Casks/minbox.rb

13 lines
411 B
Ruby
Raw Normal View History

2014-11-14 01:26:23 +08:00
cask :v1 => 'minbox' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
2015-01-06 00:25:26 +08:00
# amazonaws.com is the official download host per the vendor homepage
url 'https://minbox-public.s3.amazonaws.com/osx/Minbox.zip'
2014-06-04 19:51:03 +08:00
appcast 'https://minbox.com/updates.xml'
homepage 'https://minbox.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:56 +08:00
app 'Minbox.app'
end