Skip to content

Commit

Permalink
TinyTeX release v2024.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
1 parent 5f4a6ac commit 25fbaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion choco/tinytex.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tinytex</id>
<version>2024.11</version>
<version>2024.12</version>
<packageSourceUrl>https://github.com/rstudio/tinytex-releases/tree/master/choco</packageSourceUrl>
<owners>naveen521kk</owners>
<title>TinyTeX</title>
Expand Down
4 changes: 2 additions & 2 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop';
$version = '2024.11';
$version = '2024.12';
$toolsDir = Get-ToolsLocation
$url = "https://github.com/rstudio/tinytex-releases/releases/download/v$($version)/TinyTeX-1-v$($version).zip"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = $url
checksum = '38dcdd28ed4bf222a8dd03f4decc37f1'
checksum = '4889bd082ce97d92ffd32d436586c0fb'
checksumType = 'md5'
}

Expand Down

0 comments on commit 25fbaa1

Please sign in to comment.