Skip to content

Commit

Permalink
TinyTeX release v2024.05
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2024
1 parent b3cd680 commit e3c61c5
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.04</version>
<version>2024.05</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.04';
$version = '2024.05';
$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 = 'c20976cd50634e971122775da67e7047'
checksum = 'f6a9f018b64582d8aa6c734a5f2bfbe7'
checksumType = 'md5'
}

Expand Down

0 comments on commit e3c61c5

Please sign in to comment.