File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >tinytex</id >
6
- <version >2025.03</version >
6
+ <version >2025.03.10 </version >
7
7
<packageSourceUrl >https://github.com/rstudio/tinytex-releases/tree/master/choco</packageSourceUrl >
8
8
<owners >naveen521kk</owners >
9
9
<title >TinyTeX</title >
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop' ;
2
- $version = ' 2025.03' ;
2
+ $version = ' 2025.03.10 ' ;
3
3
$toolsDir = Get-ToolsLocation
4
4
$url = " https://github.com/rstudio/tinytex-releases/releases/download/v$ ( $version ) /TinyTeX-1-v$ ( $version ) .zip"
5
5
$packageArgs = @ {
6
6
packageName = $env: ChocolateyPackageName
7
7
unzipLocation = $toolsDir
8
8
url = $url
9
- checksum = ' 09529e6711ad5c3eb905a31ea9cb2ba3 '
9
+ checksum = ' ef0e6f2a465401abec49ba0a9c597f17 '
10
10
checksumType = ' md5'
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments