mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
10 lines
263 B
Ruby
10 lines
263 B
Ruby
class Gawker < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://sourceforge.net/projects/gawker/files/latest/download'
|
|
appcast 'http://gawker.sourceforge.net/appcast.xml'
|
|
homepage 'http://gawker.sourceforge.net/Gawker.html'
|
|
|
|
link 'Gawker.app'
|
|
end
|