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