Update basictex from 2020.0407 to 2021.0325 (#103001)

This commit is contained in:
Benjamin Hackl 2021-04-03 00:55:44 +02:00 committed by GitHub
parent 819372b270
commit 2af343d51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "basictex" do
version "2020.0407"
sha256 "c6a27c95a8af3bc26121cc3be415f3fc7120ffaa4ff4c1a860a7fe9fe78ac31e"
version "2021.0325"
sha256 "0d8f7c39ac7a2a66b070775f0c684aab01a7fb3c075045c33cd19f9b29317d53"
url "http://mirror.ctan.org/systems/mac/mactex/mactex-basictex-#{version.no_dots}.pkg",
verified: "mirror.ctan.org/systems/mac/mactex/"
@ -9,7 +9,7 @@ cask "basictex" do
homepage "https://www.tug.org/mactex/morepackages.html"
livecheck do
url "http://mirror.ctan.org/systems/mac/mactex/"
url "https://ctan.org/texarchive/systems/mac/mactex/"
strategy :page_match do |page|
match = page.match(/href=.*?mactex-basictex-(\d{4})(\d{2})(\d{2})\.pkg/)
"#{match[1]}.#{match[2]}#{match[3]}"