From fd1f27a47ba2b830aba1cbc6de87d214616dceb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 May 2023 07:25:17 +0000 Subject: [PATCH] TinyTeX release v2023.05 --- 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 ea45fc6..e4d2ce4 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.04 + 2023.05 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index fa03078..e96e778 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = '25abe6ec38679db029a9d0a1e5c1638e' + checksum = 'cd1fd3179be74a721dab5202753c88d9' checksumType = 'md5' }