Skip to content

Commit e9d72c8

Browse files
TinyTeX release v2025.12
1 parent 4a73769 commit e9d72c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

choco/tinytex.nuspec

Lines changed: 1 addition & 1 deletion
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.11</version>
6+
<version>2025.12</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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
$ErrorActionPreference = 'Stop';
2-
$version = '2025.11';
2+
$version = '2025.12';
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 = '3728ffdfb7d9eb93501f13d3d2a0cb19'
9+
checksum = 'e64c10b3af31b0e41d7ef3f17a956aed'
1010
checksumType = 'md5'
1111
}
1212

0 commit comments

Comments
 (0)