homebrew-cask/Casks/swingfish.rb

13 lines
411 B
Ruby
Raw Normal View History

2014-11-14 01:27:05 +08:00
cask :v1 => 'swingfish' do
2014-09-17 19:43:04 +08:00
version :latest
sha256 :no_check
2013-10-31 03:54:06 +08:00
url 'http://cloakedcode.com/apps/swingfish/swingfish_latest.zip'
2014-05-14 21:40:03 +08:00
appcast 'http://cloakedcode.com/apps/swingfish/profileInfo.php'
2015-01-30 05:00:50 +08:00
name 'SwingFish'
2013-10-31 03:54:06 +08:00
homepage 'http://cloakedcode.com/swingfish.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:26 +08:00
app 'SwingFish.app'
2013-10-31 03:54:06 +08:00
end