Skip to content

Commit

Permalink
TinyTeX release v2024.02
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent 3981515 commit d240793
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.01</version>
<version>2024.02</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.01';
$version = '2024.02';
$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 = 'fd4c43144c8ecf3633e5ddb772ef315c'
checksum = 'f32d5f20076a481db07b36448deffa9e'
checksumType = 'md5'
}

Expand Down

0 comments on commit d240793

Please sign in to comment.