Skip to content

Commit

Permalink
AU: 3 updated - texmaker vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Sep 3, 2021
1 parent 2013aac commit bfb7b42
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/texmaker/legal/VERIFICATION.txt
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.1.1_Win_x64.msi>
1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.1.2_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: 8050FC87D26231E93D0AFFA3581B123D85B0CEC7FA107AA7D5292D529C873842
checksum: A2AA5BA15693980255D38DB51D7B745A0415E61656F33F118107F9B8EB3D2594

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.
2 changes: 1 addition & 1 deletion automatic/texmaker/texmaker.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>texmaker</id>
<version>5.1.1</version>
<version>5.1.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/texmaker</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Texmaker</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/texmaker/tools/chocolateyInstall.ps1
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.1.1_Win_x64.msi"
file = "$toolsPath\Texmaker_5.1.2_Win_x64.msi"
softwareName = 'Texmaker*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/b6a7847b1d6be302f579ef39d2b9ab891d92eed6/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b6a7847b1d6be302f579ef39d2b9ab891d92eed6/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/aec6ee09fa1021cb59c7f4f4d000b027febc967d/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/aec6ee09fa1021cb59c7f4f4d000b027febc967d/VSCodeSetup-x64-1.61.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'd20da49406b82033a57e9744fd5e8a03f3f3d7fd7d9bdfb9ccba216eae980d7060f3c905fc88be2dced7094ddaa582644d5aa3d5856d67fbcd8a803d03ca3ab2'
checksum = '3005dfc96bf40beb2bc7a3d223fd3cc3f5b64b2bd95dacccfce7f66ef2ac458d5d6d0106436b2c39a803d1932842dc0ef0226e79ba98b27c40a177ff514f0be0'
checksumType = 'sha512'
checksum64 = 'c0ef833f26fc2ce141554de1a3d609a91ec8790792faf652f06ca6cecc466174f39167c20a8f6661a8e6759ef18ac9505f27048e9cd92eaa9020594bfe009748'
checksum64 = '4f64bd2d219507c7531d4b40266bfb48630b95e43c0265b849ca5d239869bc08d773f76074363f040a1b63db5a00de1b8cf94e27044b0bf1672bd5140a6ef387'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.60.0.20210901</version>
<version>1.61.0.20210903</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.60.0.20210901</version>
<version>1.61.0.20210903</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.60.0.20210901]" />
<dependency id="vscode-insiders.install" version="[1.61.0.20210903]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit bfb7b42

Please sign in to comment.