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' }