homebrew-cask/Casks/tuneup.rb

13 lines
404 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tuneup' do
version :latest
sha256 :no_check
2014-10-01 08:45:40 +08:00
url 'http://www.tuneupmedia.com/redirect/mac-download'
2015-01-12 03:05:37 +08:00
name 'TuneUp'
2014-10-01 08:45:40 +08:00
homepage 'http://www.tuneupmedia.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-10-01 08:45:40 +08:00
2015-02-26 23:22:02 +08:00
# todo: installer :manual should have a matching uninstall
2015-02-26 13:52:39 +08:00
installer :manual => 'TuneUp-Installer.app'
2014-10-01 08:45:40 +08:00
end