From 9188733726aadf5fec3f8f5267a4397694b5ca0a Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Tue, 5 Apr 2022 08:51:27 +0800 Subject: [PATCH] mactex-no-gui 2022.0321 (#121499) * Update mactex-no-gui.rb * Update mactex-no-gui.rb --- Casks/mactex-no-gui.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/mactex-no-gui.rb b/Casks/mactex-no-gui.rb index b27b30ec8e..fbec57693c 100644 --- a/Casks/mactex-no-gui.rb +++ b/Casks/mactex-no-gui.rb @@ -1,8 +1,8 @@ cask "mactex-no-gui" do - version "2021.0328" - sha256 "e541257d70f911550341853709fc45d9fa9fcd4c93058382000ebb19b284833b" + version "2022.0321" + sha256 "dc1983c82de2c68f1c434f734d94343959d1338adb6f55132ccce11c787badc1" - url "http://mirror.ctan.org/systems/mac/mactex/mactex-#{version.no_dots}.pkg", + url "https://mirror.ctan.org/systems/mac/mactex/mactex-#{version.no_dots}.pkg", verified: "mirror.ctan.org/systems/mac/mactex/" name "MacTeX" desc "Full TeX Live distribution without GUI applications" @@ -23,13 +23,13 @@ cask "mactex-no-gui" do choices: [ { # Ghostscript - "choiceIdentifier" => "org.tug.mactex.ghostscript9.53.3", + "choiceIdentifier" => "org.tug.mactex.ghostscript9.55", "choiceAttribute" => "selected", "attributeSetting" => 0, }, { # Ghostscript Dynamic Library - "choiceIdentifier" => "org.tug.mactex.ghostscript9.53.3libgs", + "choiceIdentifier" => "org.tug.mactex.ghostscript9.55-libgs", "choiceAttribute" => "selected", "attributeSetting" => 0, },