homebrew-cask/Casks/gity.rb

12 lines
206 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/'
license :unknown
app 'Gity.app'
end