homebrew-cask/Casks/rssowl.rb

14 lines
517 B
Ruby

cask 'rssowl' do
version '2.2.1'
sha256 '9a94beac7951937b6684aeabea323993860c43f8adbe959bb7a109dc22f0598c'
# github.com/rssowl/RSSOwl was verified as official when first introduced to the cask
url "https://github.com/rssowl/RSSOwl/releases/download/#{version}/RSSOwl.#{version}.dmg"
appcast 'https://github.com/rssowl/RSSOwl/releases.atom',
checkpoint: 'aca4721ee09aa7ade00abf0a203ec7c37c22c114a85f6d830524f46269aad71f'
name 'RSSOwl'
homepage 'http://www.rssowl.org/'
app 'RSSOwl.app'
end