homebrew-cask/Casks/feeds.rb

21 lines
664 B
Ruby
Raw Normal View History

2014-11-14 01:25:49 +08:00
cask :v1 => 'feeds' do
2015-06-13 20:23:02 +08:00
version '2.1.1'
sha256 '098dc0ceec2ca1ef26e6ff9f3a7ab4fd7c71877a7fc698584c986525a2204fdf'
2015-06-13 20:21:56 +08:00
# googleapis.com is the official download host per the vendor homepage
url "https://storage.googleapis.com/feeds-releases/Feeds-#{version}.zip"
appcast 'https://storage.googleapis.com/feeds-releases/appcast.xml',
:sha256 => '2c1c1e58c342c3975126181da367f8bbd342fc6586832ac5b0f4d84a0f17042c'
2015-01-06 11:09:21 +08:00
name 'Feeds'
2013-05-09 15:23:53 +08:00
homepage 'http://www.feedsapp.com/'
2015-01-06 11:09:21 +08:00
license :mit
2014-09-16 00:05:33 +08:00
app 'Feeds.app'
2014-11-22 22:24:19 +08:00
2015-06-13 20:21:56 +08:00
zap :delete => [
'~/Library/Caches/com.feedsapp.Feeds',
'~/Library/Logs/Feeds',
'~/Library/Preferences/com.feedsapp.Feeds.plist'
]
2013-05-09 15:23:53 +08:00
end