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 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >tinytex</id >
6
- <version >2024.07.03 </version >
6
+ <version >2024.09 </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 = ' 2024.07.03 ' ;
2
+ $version = ' 2024.09 ' ;
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 = ' e2ba6ed49638ffb72f06beec6b506318 '
9
+ checksum = ' 4a2f59c99d370716baeb8072b59970d7 '
10
10
checksumType = ' md5'
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments