Skip to content

Commit

Permalink
AU: 1 updated - texmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 4, 2020
1 parent a44c618 commit 71724c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/texmaker/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@fc7e378fe2fb55d56be7493fba9613a920ca6c34/icons/texmaker.png" width="48" height="48"/> [texmaker](https://chocolatey.org/packages/texmaker)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@fc7e378fe2fb55d56be7493fba9613a920ca6c34/icons/texmaker.png" width="48" height="48"/> [texmaker](https://chocolatey.org/packages/texmaker)


Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one application.
Expand Down
4 changes: 2 additions & 2 deletions automatic/texmaker/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.xm1math.net/texmaker/download.html>
and can be verified by doing the following:

1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.3_Win_x64.msi>
1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.4_Win_x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: DDB5B8200BF1B96A3B7BFBA3606F5B57CEC16042060B703B7A062426FBA7E10E
checksum: 2A8BBCFC611957EA649B06E4736B4F6E200E77F87A29B8DDCC2ACDA8CBC70947

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
This license was mentioned on their project page to be the correct license.
6 changes: 3 additions & 3 deletions automatic/texmaker/texmaker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>texmaker</id>
<version>5.0.3</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/texmaker</packageSourceUrl>
<version>5.0.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/texmaker</packageSourceUrl>
<owners>chocolatey</owners>
<title>Texmaker</title>
<authors>Pascal Brachet,Joël Amblard</authors>
<projectUrl>http://www.xm1math.net/texmaker/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@fc7e378fe2fb55d56be7493fba9613a920ca6c34/icons/texmaker.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@fc7e378fe2fb55d56be7493fba9613a920ca6c34/icons/texmaker.png</iconUrl>
<copyright>© 2003/2015 - Pascal Brachet</copyright>
<licenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/texmaker/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\Texmaker_5.0.3_Win_x64.msi"
file = "$toolsPath\Texmaker_5.0.4_Win_x64.msi"
softwareName = 'Texmaker*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 71724c0

Please sign in to comment.