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 ecdac58 commit c834b37Copy full SHA for c834b37
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.10</version>
+ <version>2021.11</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 = '3e80c48e1061a50e0c9ba2a765231bca'
+ checksum = '039802381cd014658f77aa98f5a8225b'
checksumType = 'md5'
10
}
11
0 commit comments