homebrew-cask/Casks/minbox.rb

15 lines
596 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'minbox' do
2016-01-17 03:12:38 +08:00
version '2.0.12'
sha256 'a0e03e13c67af129432a5e4e463e83cfd958bd4b036035f5dcb2b3bb1944d388'
2016-01-17 03:12:38 +08:00
# amazonaws.com is the official download host per the appcast feed
url "https://minbox-public.s3.amazonaws.com/osx/Minbox#{version}.zip"
appcast 'https://s3.amazonaws.com/minbox-public/osx/updates.xml',
checkpoint: 'd6f20222f6fca106398c29a026237661e4805106af60d373f71f17948aa5d425'
2015-04-14 04:21:40 +08:00
name 'Minbox'
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