homebrew-cask/Casks/mixture.rb

14 lines
463 B
Ruby
Raw Normal View History

2014-11-14 01:26:24 +08:00
cask :v1 => 'mixture' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
2015-01-06 00:25:28 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-04-24 06:11:43 +08:00
url 'https://s3.amazonaws.com/mixture-mixed-app/mac/Mixture.zip'
2014-06-04 19:51:03 +08:00
appcast 'https://s3.amazonaws.com/mixture-mixed-app/mac/appcast.xml'
2015-01-23 06:31:27 +08:00
name 'Mixture'
2014-04-24 06:11:43 +08:00
homepage 'http://mixture.io/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:57 +08:00
app 'Mixture.app'
2014-04-24 06:11:43 +08:00
end