Skip to content

Commit

Permalink
AU: 3 updated - palemoon vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 27, 2024
1 parent 3535397 commit 4767b74
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>33.0.0</version>
<version>33.0.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'd9ba834986edb61c60c9d87a1caab3ba18d62557eefbf69bc7034ad6a6a6b274'
checksum = 'c91470cb43e8d996b50d643a94997e6cb592c1643a38aea96304da7986380070'
checksumType = 'sha256'
checksum64 = 'b5af5874bfd00f5d18286294e87b4f278fed9c4cbf310eab215d33d3c824ce01'
checksum64 = 'dd7dcf7e962ab0793c9c6d7591f07fb4d25d3b90a1042d3e8530da7604cf5dfa'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/e73419bef379f7956f024557cbf40bd3755a0645/VSCodeSetup-x64-1.87.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/41e601871ac9e197b6a9245072994f6904addb60/VSCodeSetup-x64-1.87.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '18854e788c76ef98cf1cc79fe152b80cb95cf9be3a62344d3dfa670788504da274d01e7bc7227603f3e9225a3a0d3a81f502354f7bad2e489560227c361f011b'
checksum64 = 'ff9f9c1b0fa046fce26e8e35746cc78d04ec93c7bf63ef7e6040e6f95648983c2e0c957f426e5c9339a5298a9dd60e653deefced211c140f0f47961be3a95a6f'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.87.0.20240226</version>
<version>1.87.0.20240227</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.87.0.20240226</version>
<version>1.87.0.20240227</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.87.0.20240226]" />
<dependency id="vscode-insiders.install" version="[1.87.0.20240227]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 4767b74

Please sign in to comment.