homebrew-cask/Casks/delibar.rb

15 lines
503 B
Ruby

cask 'delibar' do
version '1.6'
sha256 '960714a35c659dc327f73752b20a53c25b3aa77da578e457b187e9ff76cac5c8'
# shinynode.com is the official download host per the appcast feed
url "http://apps.shinynode.com/apps/update/delibar_#{version}.zip"
appcast 'http://apps.shinynode.com/apps/delibar_appcast.xml',
:sha256 => 'e42df82efec981f7f08144729073af80519dc26d230704775a304784a6429abd'
name 'Delibar'
homepage 'http://www.delibarapp.com/'
license :freemium
app 'Delibar.app'
end