Update texmaker to 5.0 (#36569)

* Update texmaker to 5.0

* add appcast
This commit is contained in:
Riyad Preukschas 2017-07-16 03:19:57 +02:00 committed by fanquake
parent 96d77fa8bf
commit 21ae15fb5e
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
cask 'texmaker' do
version :latest
sha256 :no_check
version '5.0'
sha256 '9e8705cee04ff515c2daaf4b26b9bd918cf666836ec25a370456e35d2b0cc829'
url 'http://www.xm1math.net/texmaker/TexmakerMacosxLion.zip'
url "http://www.xm1math.net/texmaker/assets/files/texmaker-#{version}.dmg"
appcast 'http://www.xm1math.net/texmaker/log.html',
checkpoint: '0f05e543d531d818b60f8285b06fe94409a216c8996bc4e7873ecc29f1a3a47b'
name 'Texmaker'
homepage 'http://www.xm1math.net/texmaker/'
app 'TexmakerMacosxLion/texmaker.app'
app 'texmaker.app'
end