Skip to content

Commit c834b37

Browse files
committed
TinyTeX release v2021.11
1 parent ecdac58 commit c834b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

choco/tinytex.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>tinytex</id>
6-
<version>2021.10</version>
6+
<version>2021.11</version>
77
<packageSourceUrl>https://github.com/yihui/tinytex-releases/tree/master/choco</packageSourceUrl>
88
<owners>naveen521kk</owners>
99
<title>TinyTeX</title>

choco/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $packageArgs = @{
55
packageName = $env:ChocolateyPackageName
66
unzipLocation = $toolsDir
77
url = $url
8-
checksum = '3e80c48e1061a50e0c9ba2a765231bca'
8+
checksum = '039802381cd014658f77aa98f5a8225b'
99
checksumType = 'md5'
1010
}
1111

0 commit comments

Comments
 (0)