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 13, 2023
1 parent c29d671 commit ac486f1
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.80.0.23188'
$version = '1.80.1.23194'
# *** 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.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'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.80.1.23194/VSCodiumSetup-ia32-1.80.1.23194.exe'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.80.1.23194/VSCodiumSetup-x64-1.80.1.23194.exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
checksum = 'baaf570c8ec8ecee43aef44e17d9ff79e484b0ccf34c478c02808f37d5d59204'
checksum = 'bdb9b1b69831a0312f472862f54d2e5e87321e3409978572a9817e5a550ff577'
checksumType = 'sha256'
checksum64 = '8bafcdb56c608ba80934f40cb418d0abd495e835f77a283699a7ea740764b8a3'
checksum64 = '9b3c3e8c9710c8c725e982a3675ce76d48a0766212114aa23e3e04473cee16fb'
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.80.0.23188</version>
<version>1.80.1.23194</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.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'
url = 'https://github.com/VSCodium/vscodium/releases/download/1.80.1.23194/VSCodium-win32-ia32-1.80.1.23194.zip'
url64bit = 'https://github.com/VSCodium/vscodium/releases/download/1.80.1.23194/VSCodium-win32-x64-1.80.1.23194.zip'
unzipLocation = $installationPath
checksum = '2802d4e8ae8a49564b3ffeb2330afe95eb8ee27a3d3305fb25d01e41bea1e882'
checksum = 'e70bb778b3b85b57e4b25e44cbccb32365dd3af1012e3844caae4d46219aa3dc'
checksumType = 'sha256'
checksum64 = '856398e61a023918bac344827df1848fb74833a6fe62fc0de30343fd749e95ee'
checksum64 = '588a74cc4cb364deb358360d1705ec4dbd675515ed1da07b2e9deccf2d58cdc0'
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.80.0.23188</version>
<version>1.80.1.23194</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.80.0.23188</version>
<version>1.80.1.23194</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.80.0.23188]" />
<dependency id="vscodium.install" version="[1.80.1.23194]" />
</dependencies>
</metadata>
<files />
Expand Down

2 comments on commit ac486f1

@ArnaudDvs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the checksums are incorrect. When I try to install VSCodium, it gives an error :

Error - hashes do not match. Actual value was '99C0394FD89AF8BF616B0E30D1B9BB3BB9FF0B861B7D6C767396B81AFBC8585F'.
ERROR: Checksum for '[Path]\VSCodiumSetup-x64-1.80.1.23194.exe' did not meet
'9b3c3e8c9710c8c725e982a3675ce76d48a0766212114aa23e3e04473cee16fb' for checksum type 'sha256'.

The 'actual value' above seems to match the one provided here.

@Thilas
Copy link
Owner

@Thilas Thilas commented on ac486f1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, see #62 for more information.

Please sign in to comment.