Skip to content

Commit c0ac37b

Browse files
TinyTeX release v2025.03.10
1 parent 0e95cdf commit c0ac37b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

choco/tinytex.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>tinytex</id>
6-
<version>2025.03</version>
6+
<version>2025.03.10</version>
77
<packageSourceUrl>https://github.com/rstudio/tinytex-releases/tree/master/choco</packageSourceUrl>
88
<owners>naveen521kk</owners>
99
<title>TinyTeX</title>

choco/tools/chocolateyinstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
$ErrorActionPreference = 'Stop';
2-
$version = '2025.03';
2+
$version = '2025.03.10';
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 = '09529e6711ad5c3eb905a31ea9cb2ba3'
9+
checksum = 'ef0e6f2a465401abec49ba0a9c597f17'
1010
checksumType = 'md5'
1111
}
1212

0 commit comments

Comments
 (0)