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, },