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: 'c5c344994e6ee5c772afcd0b71437c319f88a8471dbb9f535c6552eb6498e0cd'
name 'RSSOwl'
homepage 'http://www.rssowl.org/'
app 'RSSOwl.app'
end