homebrew-cask/Casks/delibar.rb

14 lines
366 B
Ruby
Raw Normal View History

2014-11-14 01:25:41 +08:00
cask :v1 => 'delibar' do
2014-09-17 19:42:42 +08:00
version :latest
sha256 :no_check
2015-01-18 02:04:10 +08:00
# shinyfrog.net is the official download host per the vendor homepage
2013-06-28 13:34:12 +08:00
url 'http://static.shinyfrog.net/downloads/delibar/Delibar.zip'
2014-05-14 21:39:59 +08:00
appcast 'http://apps.shinynode.com/apps/delibar_appcast.xml'
2015-01-06 10:13:06 +08:00
name 'Delibar'
2013-06-28 13:34:12 +08:00
homepage 'http://www.delibarapp.com/'
license :freemium
2014-09-16 00:05:27 +08:00
app 'Delibar.app'
2013-06-28 13:34:12 +08:00
end