Skip to content

Commit

Permalink
TinyTeX release v2023.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2023
1 parent 37ea384 commit 12b5e1a
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>2023.09</version>
<version>2023.10</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 = '2023.09';
$version = '2023.10';
$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 = 'd15b01501345da41b60d47e050b80ae4'
checksum = '4423f48e5f959a49eb78e0ea194aefc3'
checksumType = 'md5'
}

Expand Down

0 comments on commit 12b5e1a

Please sign in to comment.