Skip to content

Commit

Permalink
AU: 2 updated - maxthon.commandline vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 15, 2022
1 parent 38fe5eb commit 5d516c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2000</version>
<version>6.1.3.2020</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-space.maxthon.com/mx6/space/maxthon_portable_6.1.3.2000_x86.zip'
checksum = 'f2795c98d8382ed2c9adb9aab09f885ac0071518c775dd337385e4b0fa92965d'
url = 'https://dl.maxthon.com/mx6/maxthon_portable_6.1.3.2020_x86.zip'
checksum = 'c252f5d0a88341382fbc0856c528d2a0524477c84c0f401ebe2ec0c3f8a25cdd'
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/a7a7f209ade96c516ce3cd9b330aa8c3db816223/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a7a7f209ade96c516ce3cd9b330aa8c3db816223/VSCodeSetup-x64-1.67.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a9288be67bab4e9c4dbe62207f01fafc2bdaadcb/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a9288be67bab4e9c4dbe62207f01fafc2bdaadcb/VSCodeSetup-x64-1.67.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '872aa009309c0e5bab46557ac19e3d2c9a89597e2f0bc6462cfda6731623fa6c507cefabe581abc1d5bc11fc0c33cb00a775fc7d281d89fcaaf7d41174ea9513'
checksum = '53cebef5009b290bf8b9b2124bb26747430e61d06fbf7ba535faa1687bd7fc91d30fef6eae859bd1d0dbc019a276d1e68d0f3a18360af45b26921c5c3dbf4256'
checksumType = 'sha512'
checksum64 = 'c6c5ebe28600c1007e9937e80465d24569b388b9982efc8fa1566008dc44304ca414db0272612d4bac4b9c62091ab06ead0975cd6eaae9081858180f3af53549'
checksum64 = 'f06fc8f06e383cc8a33823a754e6309e8c46930d2966a7182be4dab1df606268855f5eadaf585babbd2ae2c778c278ef90a654690d850c3f982200b1a6b5bfe8'
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.67.0.20220414</version>
<version>1.67.0.20220415</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 5d516c6

Please sign in to comment.