Skip to content

Commit

Permalink
AU: 3 updated - maxthon.commandline vscode-insiders vscode-insiders.i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 25, 2022
1 parent a72fb38 commit a02f2c0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/maxthon.commandline/maxthon.commandline.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>maxthon.commandline</id>
<version>6.1.3.1001</version>
<version>6.1.3.2000</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey-community, Maxthon International Limited</owners>
<title>Maxthon (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/maxthon.commandline/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://dl.maxthon.com/mx6/maxthon_portable_6.1.3.1001_x86.zip'
checksum = 'd0a229e8d1a369a43552fda77e70ba80c5c4ce37f0d686d2260f8d32d32c2271'
url = 'https://dl-space.maxthon.com/mx6/space/maxthon_portable_6.1.3.2000_x86.zip'
checksum = 'f2795c98d8382ed2c9adb9aab09f885ac0071518c775dd337385e4b0fa92965d'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/c5dece632b4b1ea98db872e1edcfc92994503274/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c5dece632b4b1ea98db872e1edcfc92994503274/VSCodeSetup-x64-1.66.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/616cad0638d0c6d436abcf42fb85a8e333b7d705/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/616cad0638d0c6d436abcf42fb85a8e333b7d705/VSCodeSetup-x64-1.66.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '2468973eba56951c3241c47b713c5ed6be4534f144f8563cc46c3bc4d1b06f5a550858ca40adcf6a290b86eee49dc25b495e373eb46f92233922a1e52e328d5a'
checksum = 'dd7434ba5cf3592a300095b7f04b13a3f1396398f848e5cf7bc19cc2bb95b0ebb3e0b8e4463340869e1fc1036bd2a7dd6fb3548f6f0c1de8a3343d7a34a657b8'
checksumType = 'sha512'
checksum64 = '3b8292a4013ac50f02790b47c348a14fef1e951b1cb7870e7093679a79be557a9443a80a4148588699015d1fdcbe145b1266900602d627f020167982122664b8'
checksum64 = 'd92061a32e75afe053fe7c6c14aa35af175569868bbaa16069a783632d52c2c78bd7b08f2b4e21411f76f17d033f6029853b79a9632cc5722b36c4350eb3cae1'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.66.0.20220324</version>
<version>1.66.0.20220325</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.66.0.20220324</version>
<version>1.66.0.20220325</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.66.0.20220324]" />
<dependency id="vscode-insiders.install" version="[1.66.0.20220325]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a02f2c0

Please sign in to comment.