homebrew-cask-versions/Casks/gity.rb
2014-09-15 12:05:38 -04:00

10 lines
188 B
Ruby

class Gity < Cask
version 'latest'
sha256 :no_check
url 'http://gityapp.com/Gity.zip'
appcast 'http://gityapp.com/gity.xml'
homepage 'http://gityapp.com/'
app 'Gity.app'
end