Upgrade Texpad.app to v1.7.26

This commit is contained in:
星川冬夜 2016-03-25 15:51:34 +09:00 committed by Vítor Galvão
parent 0d947db15c
commit b3af23ca4b
1 changed files with 5 additions and 8 deletions

View File

@ -1,18 +1,15 @@
cask 'texpad' do
if MacOS.release >= :mavericks
version '1.7.21'
sha256 'cae312b89d25752917bf66572fd1c6b6722097b651abe9a1a1b399dc36493512'
elsif MacOS.release <= :mountain_lion && MacOS.release >= :snow_leopard
if MacOS.release <= :mountain_lion
version '1.7.21'
sha256 'cae312b89d25752917bf66572fd1c6b6722097b651abe9a1a1b399dc36493512'
else
# If the app is used on MacOS lower than Snow Leopard,
# unexpected behaviour or failures can occur.
version '1.7.26'
sha256 'b6769040aa090bf8dcbc5c9ec7a82f37e1b76a599f5e1254264da93161116efd'
end
url "https://download.texpadapp.com/apps/osx/updates/Texpad_#{version.gsub('.', '_')}.zip"
url "https://download.texpadapp.com/apps/osx/updates/Texpad_#{version.dots_to_underscores}.zip"
appcast 'https://www.texpadapp.com/static-collected/upgrades/texpadappcast.xml',
checkpoint: '4842788b8dd25bb010c19f6ad6230e0288c371185fd4f581003213c0b64b3d5a'
checkpoint: '429d16b265fba65235563f930d3ab43cfc74ee30d1dcc69fe33cd2eb8fdb4c0f'
name 'Texpad'
homepage 'https://www.texpadapp.com/osx'
license :commercial