mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
201 B
Ruby
7 lines
201 B
Ruby
class Swingfish < Cask
|
|
url 'http://cloakedcode.com/apps/swingfish/swingfish_latest.zip'
|
|
homepage 'http://cloakedcode.com/swingfish.html'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'SwingFish.app'
|
|
end
|