File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >tinytex</id >
6- <version >2025.07 </version >
6+ <version >2025.08 </version >
77 <packageSourceUrl >https://github.com/rstudio/tinytex-releases/tree/master/choco</packageSourceUrl >
88 <owners >naveen521kk</owners >
99 <title >TinyTeX</title >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ;
2- $version = ' 2025.07 ' ;
2+ $version = ' 2025.08 ' ;
33$toolsDir = Get-ToolsLocation
44$url = " https://github.com/rstudio/tinytex-releases/releases/download/v$ ( $version ) /TinyTeX-1-v$ ( $version ) .zip"
55$packageArgs = @ {
66 packageName = $env: ChocolateyPackageName
77 unzipLocation = $toolsDir
88 url = $url
9- checksum = ' fea940a8d07506718f1c473e046eb8b9 '
9+ checksum = ' 3f13703160f7b1a79fee30a970510b91 '
1010 checksumType = ' md5'
1111}
1212
You can’t perform that action at this time.
0 commit comments