Skip to content

Commit

Permalink
AU: 3 updated - alldup vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 25, 2022
1 parent c20b5cf commit 1f06210
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.5.10</version>
<version>4.5.13</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 0924D086216E4486771D6A28316A90F730666729A729CECECCE517DEA9489CA1
checksum32: 4284E9A51D46D7FE9DB34AA73EAB1E99BDCFBF08AEBC7BDDA8E572EB706666E9

File 'Redistribution.pdf' is from personal email communication
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/2c967bf892d52550fabae08347faae57a4539b03/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2c967bf892d52550fabae08347faae57a4539b03/VSCodeSetup-x64-1.64.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f93c69659de1a1466bd15e0f1c9f790e73be9208/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f93c69659de1a1466bd15e0f1c9f790e73be9208/VSCodeSetup-x64-1.64.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '44b81c096a48bd836c6cb4424f2b7076ed5802bb73639acf4b6d3d8617b95f53cc60fffa990744b4ddf4b43589d1c015bf01c9cc7676e86c9b745202dedb1e92'
checksum = '8ec5c5d074487847b2dbffa8a57b8cf0663066d2762a3127213ccfc264a766dced69ebcb547aad52465f73aacbcac551eff78746ab7d1620bf3ced28ded85f0b'
checksumType = 'sha512'
checksum64 = 'fd60e2f66fa466177e5f996c5f9661912beed4999f8e974f066635cd337c92fefe2808a6c3c0f232c77dc1fe7e62b6910cea657247eb2baacad5a397d6d4f6a0'
checksum64 = 'e1308339d87e75fa06ec7c7a5b87addd671ecba37504c90cea734bbd4ea00a4141dd1df81b40beadc79b45b595571418d84dd1e119aa38678080de3637568b47'
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.64.0.20220124</version>
<version>1.64.0.20220125</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.64.0.20220124</version>
<version>1.64.0.20220125</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.64.0.20220124]" />
<dependency id="vscode-insiders.install" version="[1.64.0.20220125]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 1f06210

Please sign in to comment.