Skip to content

Commit

Permalink
AU: 1 updated - texmacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2021
1 parent 1cf6fec commit 694eb05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions automatic/texmacs/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/texmacs/texmacs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>texmacs</id>
<version>1.99.20</version>
<version>1.99.21</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/texmacs</packageSourceUrl>
<owners>chtof</owners>
<title>TeXmacs</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/texmacs/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
}

Expand Down

0 comments on commit 694eb05

Please sign in to comment.