homebrew-cask/Casks/gisto.rb

12 lines
314 B
Ruby
Raw Normal View History

2014-01-03 14:19:59 +08:00
class Gisto < Cask
version '0.2.6b'
sha256 '7dffc22e5274e7ee88194f59a950e26d41fd1463d50785ffaf117ad5dd892840'
2014-09-26 20:08:55 +08:00
url "http://download.gistoapp.com/Gisto-#{version}-OSX_x86.dmg"
appcast 'http://www.gistoapp.com/GistoAppCast.xml'
homepage 'http://www.gistoapp.com/'
2014-10-01 23:32:57 +08:00
license :unknown
2014-09-16 00:05:37 +08:00
app 'Gisto.app'
2014-01-03 14:19:59 +08:00
end