mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
7 lines
161 B
Ruby
7 lines
161 B
Ruby
class Rss < Cask
|
|
url 'http://www.rssapplication.com/RSS.zip'
|
|
homepage 'http://www.rssapplication.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'RSS.app'
|
|
end
|