From a5729f4d2897f67f2f7b99a2d4b6f5809edff48e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Feb 2023 07:26:55 +0000 Subject: [PATCH 1/4] TinyTeX release v2023.02 --- choco/tinytex.nuspec | 2 +- choco/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/choco/tinytex.nuspec b/choco/tinytex.nuspec index 0bd5a04..50082a2 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.01 + 2023.02 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index 8d31bce..c41cc79 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = '31be7a7a069e7977453fec1663145689' + checksum = 'fbf7c0ee538c44dfdd530db5ecbc5ffc' checksumType = 'md5' } From e5cf673bb43ff0d92a3ec183bb5e038ad75dbb97 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 7 Feb 2023 10:02:06 +0100 Subject: [PATCH 2/4] remove wrong id --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8838169..436368a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ distribution based on TeX Live. You may see the Github repo () and project homepage () for more info. -## Releases {#releases} +## Releases The pre-built binary packages of TinyTeX are published (usually monthly but also daily) to the Github Releases of this repository: From dfed43d0f80ec65daabacc4046c5939eaa029627 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Mar 2023 07:29:42 +0000 Subject: [PATCH 3/4] TinyTeX release v2023.03 --- choco/tinytex.nuspec | 2 +- choco/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/choco/tinytex.nuspec b/choco/tinytex.nuspec index 50082a2..d9f3bac 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.02 + 2023.03 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index c41cc79..c75f728 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = 'fbf7c0ee538c44dfdd530db5ecbc5ffc' + checksum = '389bd10a2c6e8b4dd85873f63b13a3b9' checksumType = 'md5' } From a890b3ce3a254824d8a301b192668b0c4213f302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Mar 2023 12:43:05 +0000 Subject: [PATCH 4/4] TinyTeX release v2023.03.21 --- choco/tinytex.nuspec | 2 +- choco/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/choco/tinytex.nuspec b/choco/tinytex.nuspec index d9f3bac..d6e153b 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.03 + 2023.03.21 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index c75f728..ae0410f 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = '389bd10a2c6e8b4dd85873f63b13a3b9' + checksum = 'e4be64ed232f04a688b20b0cd959c1e6' checksumType = 'md5' }