We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b7cf7 commit d7e44faCopy full SHA for d7e44fa
choco/tinytex.nuspec
@@ -3,7 +3,7 @@
3
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
4
<metadata>
5
<id>tinytex</id>
6
- <version>2021.09</version>
+ <version>2021.10</version>
7
<packageSourceUrl>https://github.com/yihui/tinytex-releases/tree/master/choco</packageSourceUrl>
8
<owners>naveen521kk</owners>
9
<title>TinyTeX</title>
choco/tools/chocolateyinstall.ps1
@@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = $url
- checksum = '8d10f3efabc84fb445ff97f1f540f2a8'
+ checksum = '3e80c48e1061a50e0c9ba2a765231bca'
checksumType = 'md5'
10
}
11
0 commit comments