mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
8 lines
272 B
Ruby
8 lines
272 B
Ruby
class Swingfish < Cask
|
|
url 'http://cloakedcode.com/apps/swingfish/swingfish_latest.zip'
|
|
appcast 'http://cloakedcode.com/apps/swingfish/profileInfo.php'
|
|
homepage 'http://cloakedcode.com/swingfish.html'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'SwingFish.app'
|
|
end
|