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