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 Jul 7, 2023
1 parent a905e40 commit 3057208
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.79.2.23166'
$version = '1.80.0.23188'
# *** 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.79.2.23166/VSCodiumSetup-ia32-1.79.2.23166.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.79.2.23166/VSCodiumSetup-x64-1.79.2.23166.exe'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.80.0.23188/VSCodiumSetup-ia32-1.80.0.23188.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.80.0.23188/VSCodiumSetup-x64-1.80.0.23188.exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
checksum = 'aebd4f893341949aad1ecceb8a35c945395cce9ec74a442526f4b293d746d655'
checksum = 'baaf570c8ec8ecee43aef44e17d9ff79e484b0ccf34c478c02808f37d5d59204'
checksumType = 'sha256'
checksum64 = 'b61a8642ab3fad7129a139b4f5d95adec15dc8bea0c2225fb5eeccb8325b47e5'
checksum64 = '8bafcdb56c608ba80934f40cb418d0abd495e835f77a283699a7ea740764b8a3'
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.79.2.23167</version>
<version>1.80.0.23188</version>
<title>VSCodium (Install)</title>
<authors>Microsoft,Peter Squicciarini</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.79.2.23166/VSCodium-win32-ia32-1.79.2.23166.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.79.2.23166/VSCodium-win32-x64-1.79.2.23166.zip'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.80.0.23188/VSCodium-win32-ia32-1.80.0.23188.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.80.0.23188/VSCodium-win32-x64-1.80.0.23188.zip'
unzipLocation = $installationPath
checksum = '4240ebeeaab69f6e32534c284ff5c1dc4efd9f2a96e3cbb840bae8631a9e84a4'
checksum = '2802d4e8ae8a49564b3ffeb2330afe95eb8ee27a3d3305fb25d01e41bea1e882'
checksumType = 'sha256'
checksum64 = '687fac21f667954fce8f0821223d27177486c4e68114ff02eec7214d1960e2c5'
checksum64 = '856398e61a023918bac344827df1848fb74833a6fe62fc0de30343fd749e95ee'
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.79.2.23167</version>
<version>1.80.0.23188</version>
<title>VSCodium (Portable)</title>
<authors>Microsoft,Peter Squicciarini</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.79.2.23167</version>
<version>1.80.0.23188</version>
<title>VSCodium</title>
<authors>Microsoft,Peter Squicciarini</authors>
<owners>Thilas</owners>
Expand Down Expand Up @@ -49,7 +49,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.79.2.23167]" />
<dependency id="vscodium.install" version="[1.80.0.23188]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 3057208

Please sign in to comment.