diff --git a/choco/tinytex.nuspec b/choco/tinytex.nuspec index f10323c..5982475 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.06 + 2023.07 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index 91a7a60..2451e51 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = '7996e55afc0a35f26c75a48c618615fb' + checksum = 'c7e759c38eb27dd359dacfe2a1965f23' checksumType = 'md5' }