homebrew-cask/Casks/texmaker.rb

10 lines
213 B
Ruby
Raw Normal View History

class Texmaker < Cask
2014-09-17 19:43:04 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://www.xm1math.net/texmaker/TexmakerMacosxLion.zip'
homepage 'http://www.xm1math.net/texmaker'
2014-09-16 00:06:27 +08:00
app 'TexmakerMacosxLion/texmaker.app'
end