homebrew-cask/Casks/gity.rb

13 lines
321 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'gity' do
2014-09-17 19:42:46 +08:00
version :latest
sha256 :no_check
url 'http://gityapp.com/Gity.zip'
2014-06-03 01:38:03 +08:00
appcast 'http://gityapp.com/gity.xml'
2015-04-01 04:11:19 +08:00
name 'Gity'
homepage 'http://gityapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:38 +08:00
app 'Gity.app'
end