From 2d3fe678bf4f0e933234365bfb0ab9f1d1787167 Mon Sep 17 00:00:00 2001 From: suschizu Date: Wed, 23 May 2018 10:52:50 +0200 Subject: [PATCH] Update texpad to 1.8.4,392,0ea1407 (#47497) * Update texpad to 1.8.4,392,0ea1407 * Update texpad.rb --- Casks/texpad.rb | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Casks/texpad.rb b/Casks/texpad.rb index dbefd4e488f..05b5c87e318 100644 --- a/Casks/texpad.rb +++ b/Casks/texpad.rb @@ -1,23 +1,16 @@ cask 'texpad' do - if MacOS.version <= :mountain_lion - version '1.6.14' - sha256 '18fcbe93e77e5b5bc848172546962fcde397a26fd543efcc1054004369192f7e' - - url "https://download.texpadapp.com/apps/osx/updates/Texpad_#{version.dots_to_underscores}.zip" - else - version '1.8.3,384,d8388e3' - sha256 '43420e5fe5d9e90e8bbe5eb9a7e281cb3449b2b969e983c8869e495bcbf92c7b' - - url "https://download.texpadapp.com/apps/osx/updates/Texpad_#{version.before_comma.dots_to_underscores}__#{version.after_comma.before_comma}__#{version.after_comma.after_comma}.dmg" - appcast 'https://www.texpad.com/static-collected/upgrades/texpadappcast.xml', - checkpoint: '70324384fc8fdcd1d93ecb153a5308210768eafdebbf82b09ab24fe5e4e8223e' - end + version '1.8.4,392,0ea1407' + sha256 '88c0c140e136099656a21a3534078edf00ba7970c5a6f6c29b8718a4eff1438f' + # download.texpadapp.com was verified as official when first introduced to the cask + url "https://download.texpadapp.com/apps/osx/updates/Texpad_#{version.before_comma.dots_to_underscores}__#{version.after_comma.before_comma}__#{version.after_comma.after_comma}.dmg" + appcast 'https://www.texpad.com/static-collected/upgrades/texpadappcast.xml', + checkpoint: '70324384fc8fdcd1d93ecb153a5308210768eafdebbf82b09ab24fe5e4e8223e' name 'Texpad' homepage 'https://www.texpad.com/osx' auto_updates true - depends_on macos: '>= :lion' + depends_on macos: '>= :el_capitan' app 'Texpad.app'