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
  • Loading branch information
Chocolatey Community committed Feb 21, 2023
1 parent 70d50ee commit b9491c5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.0.0</version>
<version>32.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
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.0.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.0.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'a3989e7b9a7271b2a86f58428ea331992ed3dba496e9f2294ff6ceb6317a5768'
checksum = 'c81177e3032bc5d37251c78675a2dbb80bc91b5846149bed245caedcc275ab7e'
checksumType = 'sha256'
checksum64 = '3d52eacb78964316a6c12c737a6d7317f30cbc8754400f4c7e4256e656ac9a83'
checksum64 = 'c824b5be4e3a5bb5984fcd967286a6fddad5ba5e4f956247d44d186bd111904c'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://vscode.blob.core.windows.net/insider/4e3219683563939873497516a235691aa2731274/VSCodeSetup-ia32-1.76.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/4e3219683563939873497516a235691aa2731274/VSCodeSetup-x64-1.76.0-insider.exe'
url = 'https://vscode.blob.core.windows.net/insider/5454665328aa30aeb989abfc195e7a7aacd94edf/VSCodeSetup-ia32-1.76.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/5454665328aa30aeb989abfc195e7a7aacd94edf/VSCodeSetup-x64-1.76.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'b4e23becb2982f85e97e098d1b3bf1ec27435036dd7c5266a9bbe5c48a1b7916fbb53e425d459537d79d515eeeea77257cd712c26c48b7bf6995e89174389d54'
checksum = '3097cf7f8bcaf2f84be905eabe8ee93140a20d2825f9a97886daf37c797a5c8eb4f2572a329d940fa8127e71767efbecd68798c00c62f639201047a10330bfd3'
checksumType = 'sha512'
checksum64 = '054597aa174b133f6cf25f1211eb9003e24e2ac5cb3012c54dff751d9a48c7ebfcc68f68ca15256211c625e744771c1e4907406ae6b3c8d264c9df9ac8a4cbcd'
checksum64 = '24681ae017352379701c0c0b2b2a78fcd78529e86b81f7d925e6834d672e27655cb400949e950a7aa4658d038e68e381b0b66ce0754c4821314eae0813cdbf6e'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.76.0.20230220</version>
<version>1.76.0.20230221</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.76.0.20230220</version>
<version>1.76.0.20230221</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.76.0.20230220]" />
<dependency id="vscode-insiders.install" version="[1.76.0.20230221]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit b9491c5

Please sign in to comment.