homebrew-cask/Casks/feedbinnotifier.rb

13 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'feedbinnotifier' do
2015-06-23 21:27:30 +08:00
version '2.0.0'
sha256 '82234ee8992e5180cfc3dac8624eb8e75047c80bb4e7e2360c71b226a211c40c'
# github.com/kmikael/FeedbinNotifier was verified as official when first introduced to the cask
2014-09-26 20:08:54 +08:00
url "https://github.com/kmikael/FeedbinNotifier/releases/download/v#{version}/FeedbinNotifier.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/kmikael/FeedbinNotifier/releases.atom'
2015-01-05 05:20:51 +08:00
name 'Feedbin Notifier'
2016-11-23 13:27:48 +08:00
homepage 'http://kmikael.com/FeedbinNotifier/'
2014-09-16 00:05:33 +08:00
app 'FeedbinNotifier.app'
2014-05-10 18:35:59 +08:00
end