Skip to content

Commit cb34e49

Browse files
TinyTeX release v2025.08
1 parent 381ee6c commit cb34e49

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.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>

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.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

0 commit comments

Comments
 (0)