mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
mactex-no-gui 2022.0321 (#121499)
* Update mactex-no-gui.rb * Update mactex-no-gui.rb
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user