mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
10 lines
271 B
Ruby
10 lines
271 B
Ruby
class Cinch < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://www.irradiatedsoftware.com/download/Cinch.zip'
|
|
appcast 'https://www.irradiatedsoftware.com/updates/profiles/cinch.php'
|
|
homepage 'http://www.irradiatedsoftware.com/cinch/'
|
|
|
|
app 'Cinch.app'
|
|
end
|