homebrew-cask/Casks/dropin.rb

12 lines
358 B
Ruby
Raw Normal View History

2014-11-14 01:25:44 +08:00
cask :v1 => 'dropin' do
2014-09-17 19:42:43 +08:00
version :latest
sha256 :no_check
2013-08-13 11:00:38 +08:00
url 'http://excitedatom.com/downloads/dropin/?p=dropin'
2014-05-14 21:40:00 +08:00
appcast 'http://excitedatom.com/dropin/updates.xml'
2013-08-13 11:00:38 +08:00
homepage 'http://excitedatom.com/dropin/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:30 +08:00
app 'DropIn.app'
2013-08-13 11:00:38 +08:00
end