diff --git a/README.md b/README.md index 8838169..436368a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ distribution based on TeX Live. You may see the Github repo () and project homepage () for more info. -## Releases {#releases} +## Releases The pre-built binary packages of TinyTeX are published (usually monthly but also daily) to the Github Releases of this repository: diff --git a/choco/tinytex.nuspec b/choco/tinytex.nuspec index 0bd5a04..d6e153b 100644 --- a/choco/tinytex.nuspec +++ b/choco/tinytex.nuspec @@ -3,7 +3,7 @@ tinytex - 2023.01 + 2023.03.21 https://github.com/rstudio/tinytex-releases/tree/master/choco naveen521kk TinyTeX diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index 859ea33..7349897 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = '31be7a7a069e7977453fec1663145689' + checksum = 'e4be64ed232f04a688b20b0cd959c1e6' checksumType = 'md5' }