Skip to content

Commit

Permalink
AU: 3 updated - absolute-uninstaller vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
…install

[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 22, 2024
1 parent 8071714 commit b9beb9a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/absolute-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>absolute-uninstaller</id>
<title>Absolute Uninstaller</title>
<version>6.0.1.5</version>
<version>6.0.1.6</version>
<authors>GlarySoft</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Absolute Uninstaller is a complete program uninstaller that helps you remove programs.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
url = 'https://download.glarysoft.com/ausetup.exe'
fileType = 'exe'
softwareName = 'Absolute Uninstaller*'
checksum = 'f23b37bc200bc9595de644cdf8329cd337fc904f2f0e2565920f380f1af8c4ff'
checksum = '7a30a11539ead001593c48a58f9af533d0380a171870bb4a6733bd69baa16714'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/063d715c4504380317f9ca8eefc602d71e56adb5/VSCodeSetup-x64-1.89.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/5ae5a741bdb676abb667fd4896dc2a40e313db3a/VSCodeSetup-x64-1.89.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '77a774e24b47b30d6e5cf44bb9518dd61ac412b95ad2961326171e970ec3b8f6b3b486171b799f082ddeaaaf31ff58be422c33ff054bcb9d254114b3ac3928af'
checksum64 = '6bec84a8e355577e02abb97944b85429c90ee7882ec53480dd1676edf6289bd4cf54d82d458ab5a42f78029011d14d66a36b98d5a6dd8c252caf71fe488cad01'
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.89.0.20240419</version>
<version>1.89.0.20240422</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.89.0.20240419</version>
<version>1.89.0.20240422</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.89.0.20240419]" />
<dependency id="vscode-insiders.install" version="[1.89.0.20240422]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit b9beb9a

Please sign in to comment.