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 Dec 15, 2023
1 parent 2cdc24c commit b41fd94
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.85.0.23343'
$version = '1.85.1.23348'
# *** Automatically filled ***

if (!$Env:ChocolateyForce -and $version -eq (Get-UninstallRegistryKey $softwareName).DisplayVersion) {
Expand All @@ -18,9 +18,9 @@ $packageArgs = @{
packageName = 'vscodium.install'
softwareName = $softwareName
fileType = 'exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.85.0.23343/VSCodiumSetup-x64-1.85.0.23343.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.85.1.23348/VSCodiumSetup-x64-1.85.1.23348.exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
checksum64 = '0a4fd5df335688a20a51a425b855b9ee4e97988faecfbd93692b880338a2c450'
checksum64 = '1631181ff1687a7c338cedd7b0a7102601f1350fd2c6192a8e7b8d53c7fbfd46'
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.85.0.23343</version>
<version>1.85.1.23348</version>
<title>VSCodium (Install)</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down
4 changes: 2 additions & 2 deletions vscodium.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Write-Verbose "Installation Path: $installationPath"
# *** Automatically filled ***
$packageArgs = @{
packageName = 'vscodium.portable'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.85.0.23343/VSCodium-win32-x64-1.85.0.23343.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.85.1.23348/VSCodium-win32-x64-1.85.1.23348.zip'
unzipLocation = $installationPath
checksum64 = '84849252598568b4a4a736ecc0ef4fca5eb5c78688c30bfb5242187fefbd1450'
checksum64 = 'b1fa715d3f8130e99ac6934a695bc5189d4c86866adeb91438e02a08839b044e'
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.85.0.23343</version>
<version>1.85.1.23348</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.85.0.23343</version>
<version>1.85.1.23348</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.85.0.23343]" />
<dependency id="vscodium.install" version="[1.85.1.23348]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit b41fd94

Please sign in to comment.