Skip to content

Commit

Permalink
AU: 3 updated - vscodium vscodium.install vscodium.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitHub Actions Bot committed Oct 10, 2023
1 parent 951a177 commit ad85c39
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions vscodium.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

# *** Automatically filled ***
$softwareName = 'VSCodium'
$version = '1.82.2.23257'
$version = '1.83.0.23283'
# *** Automatically filled ***

if (!$Env:ChocolateyForce -and $version -eq (Get-UninstallRegistryKey $softwareName).DisplayVersion) {
Expand All @@ -18,12 +18,12 @@ $packageArgs = @{
packageName = 'vscodium.install'
softwareName = $softwareName
fileType = 'exe'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.82.2.23257/VSCodiumSetup-ia32-1.82.2.23257.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.82.2.23257/VSCodiumSetup-x64-1.82.2.23257.exe'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.83.0.23283/VSCodiumSetup-ia32-1.83.0.23283.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.83.0.23283/VSCodiumSetup-x64-1.83.0.23283.exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
checksum = '652dcfb7ce839cb22cb98e3aff0547c17c89196a9a62f2418ae918c40455fdc3'
checksum = 'a552574d32111e1fab095be73b9dfd28ced00aeea484552cbb939e835b87ded7'
checksumType = 'sha256'
checksum64 = '19cf9e574274ac4a91c8f6f7d0a6944e4230e11e8aeefbdb2a753493d188276c'
checksum64 = '1abc76d3c43f65380d05634bcde59e74c20350624ee58957cdda62925e4387d5'
checksumType64 = 'sha256'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
2 changes: 1 addition & 1 deletion vscodium.install/vscodium.install.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>vscodium.install</id>
<version>1.82.2.23257</version>
<version>1.83.0.23283</version>
<title>VSCodium (Install)</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down
8 changes: 4 additions & 4 deletions vscodium.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Write-Verbose "Installation Path: $installationPath"
# *** Automatically filled ***
$packageArgs = @{
packageName = 'vscodium.portable'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.82.2.23257/VSCodium-win32-ia32-1.82.2.23257.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.82.2.23257/VSCodium-win32-x64-1.82.2.23257.zip'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.83.0.23283/VSCodium-win32-ia32-1.83.0.23283.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.83.0.23283/VSCodium-win32-x64-1.83.0.23283.zip'
unzipLocation = $installationPath
checksum = 'b4da09a7b9265ae38632c2a2e69bcbfe80330c038805be6b516f580defd06775'
checksum = 'a6892bb5150114c651cc685ac2af7b50fc42862ec01cf648fc9a583426c0c705'
checksumType = 'sha256'
checksum64 = '2c4188ff559be4d31524f5a7eb6cec5d069e20ea96cb3524e6de022bc5fe6bde'
checksum64 = '1a99e585daa8f76b58dd204a531a95f21c093d9e2b2501e089d883f5dacbbdbb'
checksumType64 = 'sha256'
}
# *** Automatically filled ***
Expand Down
2 changes: 1 addition & 1 deletion vscodium.portable/vscodium.portable.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>vscodium.portable</id>
<version>1.82.2.23257</version>
<version>1.83.0.23283</version>
<title>VSCodium (Portable)</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down
4 changes: 2 additions & 2 deletions vscodium/vscodium.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>vscodium</id>
<version>1.82.2.23257</version>
<version>1.83.0.23283</version>
<title>VSCodium</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down Expand Up @@ -51,7 +51,7 @@ Example: `choco install vscodium --params "/NoDesktopIcon /NoAddToPath"`
<docsUrl>https://code.visualstudio.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/VSCodium/vscodium/issues</bugTrackerUrl>
<dependencies>
<dependency id="vscodium.install" version="[1.82.2.23257]" />
<dependency id="vscodium.install" version="[1.83.0.23283]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit ad85c39

Please sign in to comment.