Skip to content

Commit 014a9be

Browse files
TinyTeX release v2024.09
1 parent 846a484 commit 014a9be

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>2024.07.03</version>
6+
<version>2024.09</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 = '2024.07.03';
2+
$version = '2024.09';
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 = 'e2ba6ed49638ffb72f06beec6b506318'
9+
checksum = '4a2f59c99d370716baeb8072b59970d7'
1010
checksumType = 'md5'
1111
}
1212

0 commit comments

Comments
 (0)