homebrew-cask/Casks/cinch.rb

11 lines
270 B
Ruby
Raw Normal View History

class Cinch < Cask
2014-09-17 19:42:40 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:04 +08:00
url 'https://www.irradiatedsoftware.com/download/Cinch.zip'
2014-05-14 21:39:59 +08:00
appcast 'https://www.irradiatedsoftware.com/updates/profiles/cinch.php'
homepage 'http://www.irradiatedsoftware.com/cinch/'
2014-09-16 00:05:23 +08:00
app 'Cinch.app'
end