Skip to content

Commit

Permalink
AU: 3 updated - vscodium-insiders vscodium-insiders.install vscodium-…
Browse files Browse the repository at this point in the history
…insiders.portable

[skip ci]
  • Loading branch information
GitHub Actions Bot committed Nov 27, 2024
1 parent 94164ed commit 4f6b3ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions vscodium-insiders.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 Insiders'
$version = '1.96.0.24311'
$version = '1.96.0.24332'
# *** Automatically filled ***

if (!$Env:ChocolateyForce -and $version -eq (Get-UninstallRegistryKey $softwareName).DisplayVersion) {
Expand All @@ -18,9 +18,9 @@ $packageArgs = @{
packageName = 'vscodium-insiders.install'
softwareName = $softwareName
fileType = 'exe'
url64bit = 'https://github.com/VSCodium/vscodium-insiders/releases/download/1.96.0.24311-insider/VSCodiumSetup-x64-1.96.0.24311-insider.exe'
url64bit = 'https://github.com/VSCodium/vscodium-insiders/releases/download/1.96.0.24332-insider/VSCodiumSetup-x64-1.96.0.24332-insider.exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
checksum64 = '4ffe0e3f78f2e0bcea62fbdc040a844d8caf5cde1393de032ab8356d385f1342'
checksum64 = 'fd1132978dfb0877e9b01a3a44cfa212258edacc204b2ee8c0911da3063ffa02'
checksumType64 = 'sha256'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
4 changes: 2 additions & 2 deletions vscodium-insiders.install/vscodium-insiders.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-insiders.install</id>
<version>1.96.0.24311</version>
<version>1.96.0.24332</version>
<title>VSCodium - Insiders (Install)</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscodium-insiders.install --params "/NoDesktopIcon /NoAd
<summary>VSCodium - Insiders (Install)</summary>
<releaseNotes><![CDATA[[Releases](https://github.com/VSCodium/vscodium-insiders/releases)
update vscode to [f87f8a56f3a30238076bee3db39c245bd69be264](https://github.com/microsoft/vscode/tree/f87f8a56f3a30238076bee3db39c245bd69be264)]]></releaseNotes>
update vscode to [709e28fc21bfb5ed982c04e7e5bd53279cf8869e](https://github.com/microsoft/vscode/tree/709e28fc21bfb5ed982c04e7e5bd53279cf8869e)]]></releaseNotes>
<copyright>Copyright © Microsoft Corporation, Peter Squicciarini, The VSCodium contributors</copyright>
<tags>vscodium vscodium-insiders admin foss cross-platform microsoft visualstudiocode vscode development editor ide javascript typescript</tags>
<projectSourceUrl>https://github.com/VSCodium/vscodium-insiders</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions vscodium-insiders.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-insiders.portable'
url64bit = 'https://github.com/VSCodium/vscodium-insiders/releases/download/1.96.0.24311-insider/VSCodium-win32-x64-1.96.0.24311-insider.zip'
url64bit = 'https://github.com/VSCodium/vscodium-insiders/releases/download/1.96.0.24332-insider/VSCodium-win32-x64-1.96.0.24332-insider.zip'
unzipLocation = $installationPath
checksum64 = 'f49aad5786e0e23cb5a3050b40e501965ab164bfa8e75bec2476bf880453cb71'
checksum64 = 'e7f1953ec8d643fb794d6e678376068a21fdc0918c2ea0e801d96cc903efe9be'
checksumType64 = 'sha256'
}
# *** Automatically filled ***
Expand Down
4 changes: 2 additions & 2 deletions vscodium-insiders.portable/vscodium-insiders.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-insiders.portable</id>
<version>1.96.0.24311</version>
<version>1.96.0.24332</version>
<title>VSCodium - Insiders (Portable)</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand All @@ -29,7 +29,7 @@ VS Code is a lightweight but powerful source code editor which runs on your desk
<summary>VSCodium - Insiders (Portable)</summary>
<releaseNotes><![CDATA[[Releases](https://github.com/VSCodium/vscodium-insiders/releases)
update vscode to [f87f8a56f3a30238076bee3db39c245bd69be264](https://github.com/microsoft/vscode/tree/f87f8a56f3a30238076bee3db39c245bd69be264)]]></releaseNotes>
update vscode to [709e28fc21bfb5ed982c04e7e5bd53279cf8869e](https://github.com/microsoft/vscode/tree/709e28fc21bfb5ed982c04e7e5bd53279cf8869e)]]></releaseNotes>
<copyright>Copyright © Microsoft Corporation, Peter Squicciarini, The VSCodium contributors</copyright>
<tags>vscodium vscodium-insiders foss cross-platform microsoft visualstudiocode vscode development editor ide javascript typescript</tags>
<projectSourceUrl>https://github.com/VSCodium/vscodium-insiders</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions vscodium-insiders/vscodium-insiders.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-insiders</id>
<version>1.96.0.24311</version>
<version>1.96.0.24332</version>
<title>VSCodium - Insiders</title>
<authors>Microsoft,Peter Squicciarini,The VSCodium contributors</authors>
<owners>Thilas</owners>
Expand Down Expand Up @@ -45,15 +45,15 @@ Example: `choco install vscodium-insiders --params "/NoDesktopIcon /NoAddToPath"
<summary>VSCodium - Insiders</summary>
<releaseNotes><![CDATA[[Releases](https://github.com/VSCodium/vscodium-insiders/releases)
update vscode to [f87f8a56f3a30238076bee3db39c245bd69be264](https://github.com/microsoft/vscode/tree/f87f8a56f3a30238076bee3db39c245bd69be264)]]></releaseNotes>
update vscode to [709e28fc21bfb5ed982c04e7e5bd53279cf8869e](https://github.com/microsoft/vscode/tree/709e28fc21bfb5ed982c04e7e5bd53279cf8869e)]]></releaseNotes>
<copyright>Copyright © Microsoft Corporation, Peter Squicciarini, The VSCodium contributors</copyright>
<tags>vscodium vscodium-insiders admin foss cross-platform microsoft visualstudiocode vscode development editor ide javascript typescript</tags>
<projectSourceUrl>https://github.com/VSCodium/vscodium-insiders</projectSourceUrl>
<packageSourceUrl>https://github.com/Thilas/chocolatey-packages/tree/master/vscodium-insiders</packageSourceUrl>
<docsUrl>https://code.visualstudio.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/VSCodium/vscodium/issues</bugTrackerUrl>
<dependencies>
<dependency id="vscodium-insiders.install" version="[1.96.0.24311]" />
<dependency id="vscodium-insiders.install" version="[1.96.0.24332]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 4f6b3ec

Please sign in to comment.