diff --git a/automatic/texmacs/legal/VERIFICATION.txt b/automatic/texmacs/legal/VERIFICATION.txt index 800dee115..920424b7a 100644 --- a/automatic/texmacs/legal/VERIFICATION.txt +++ b/automatic/texmacs/legal/VERIFICATION.txt @@ -7,16 +7,16 @@ Package can be verified like this: 1. Download: - x32: https://www.texmacs.org/Download/ftp/tmftp/windows/TeXmacs-1.99.20-installer.exe - x64: https://www.texmacs.org/Download/ftp/tmftp/windows/TeXmacs-1.99.20-installer.exe + x32: https://www.texmacs.org/Download/ftp/tmftp/windows/TeXmacs-1.99.21-installer.exe + x64: https://www.texmacs.org/Download/ftp/tmftp/windows/TeXmacs-1.99.21-installer.exe 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: B1D03A7F45A903A1261C64FD9181C7A152F07934932CEC226E7D0CC0BECC2482 - checksum64: B1D03A7F45A903A1261C64FD9181C7A152F07934932CEC226E7D0CC0BECC2482 + checksum32: 4E597F17105BE17688D1438838781170772C223DCD57054FDCBFF883851BDE2E + checksum64: 4E597F17105BE17688D1438838781170772C223DCD57054FDCBFF883851BDE2E File 'LICENSE.txt' is obtained from: https://svn.savannah.gnu.org/viewvc/*checkout*/texmacs/trunk/src/LICENSE?revision=2717 diff --git a/automatic/texmacs/texmacs.nuspec b/automatic/texmacs/texmacs.nuspec index e42908541..acaaf5154 100644 --- a/automatic/texmacs/texmacs.nuspec +++ b/automatic/texmacs/texmacs.nuspec @@ -3,7 +3,7 @@ texmacs - 1.99.20 + 1.99.21 https://github.com/chtof/chocolatey-packages/tree/master/automatic/texmacs chtof TeXmacs diff --git a/automatic/texmacs/tools/chocolateyinstall.ps1 b/automatic/texmacs/tools/chocolateyinstall.ps1 index 5b8420092..1b7d3e634 100644 --- a/automatic/texmacs/tools/chocolateyinstall.ps1 +++ b/automatic/texmacs/tools/chocolateyinstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsDir\TeXmacs-1.99.20-installer.exe" + file = "$toolsDir\TeXmacs-1.99.21-installer.exe" silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" }