From bbec0028814eca9b6f935d3d576c031b5b866032 Mon Sep 17 00:00:00 2001 From: Randall <17261190+ran-dall@users.noreply.github.com> Date: Sat, 29 Jun 2019 13:49:36 -0700 Subject: [PATCH] Update texmacs from 1.99.9 to 1.99.10 (#65478) * Update texmacs from 1.99.9 to 1.99.10 * `https` upgrade --- Casks/texmacs.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/texmacs.rb b/Casks/texmacs.rb index 10a978df51e..77eda99f01f 100644 --- a/Casks/texmacs.rb +++ b/Casks/texmacs.rb @@ -1,11 +1,11 @@ cask 'texmacs' do - version '1.99.9' - sha256 '39db391ab8e2731525122e7ebaef1b7c4f543132503e64acec094b5440caf391' + version '1.99.10' + sha256 '55f5731d72916d7bdd1c1d7b0da5f4bda9db5078eb04e8cf6785df4cb86204b8' - url "http://www.texmacs.org/Download/ftp/tmftp/macos/TeXmacs-#{version}.dmg" - appcast 'http://www.texmacs.org/tmweb/download/macosx.en.html' + url "https://www.texmacs.org/Download/ftp/tmftp/macos/TeXmacs-#{version}.dmg" + appcast 'https://www.texmacs.org/tmweb/download/macosx.en.html' name 'GNU TeXmacs' - homepage 'http://www.texmacs.org/' + homepage 'https://www.texmacs.org/' app "TeXmacs-#{version}.app"