homebrew-cask/Casks/mixlr.rb

14 lines
351 B
Ruby
Raw Normal View History

2014-11-14 01:26:24 +08:00
cask :v1 => 'mixlr' do
2014-09-17 19:42:53 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://cdn.mixlr.com/Mixlr_beta_latest.pkg'
2015-01-05 04:34:24 +08:00
name 'Mixlr'
homepage 'http://mixlr.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:04 +08:00
pkg 'Mixlr_beta_latest.pkg'
2014-11-22 22:12:42 +08:00
2013-11-21 19:16:09 +08:00
uninstall :pkgutil => 'com.mixlr.Mixlr'
end