From a76eeac00faa6b4d50d0e36a62e4c11828db7ee4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Jan 2023 07:25:22 +0000 Subject: [PATCH] TinyTeX release v2023.01 --- 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 010a969..0bd5a04 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2022.12.12 + 2023.01 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index ae495bc..8d31bce 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = 'd0f6627d6fddadbb1a88cd60ee30d5dd' + checksum = '31be7a7a069e7977453fec1663145689' checksumType = 'md5' }