Skip to content

Commit

Permalink
AU: 5 updated - chromium palemoon skype vscode-insiders vscode-inside…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 27, 2021
1 parent 9ce1e06 commit 5a31d44
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "92.0.4491.0-snapshots",
"stable": "90.0.4430.85"
"stable": "90.0.4430.93"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>92.0.4491.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>90.0.4430.93</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/876393/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/876394/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v90.0.4430.93-r857950/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v90.0.4430.93-r857950/mini_installer.sync.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 36D6C4E992893F5F1132A3D9D3BDE427919942D3C4A8F6DB587F9EB464FF501D
checksum64: 8D5F2AD0CC2DFA27B91FC4FD47528023A724DD6832B58847539B6FAD5E69D9B8
checksum32: 7C97683C08869550D59E10C8C1B10F400E88EF2F4FBCA22DFC43A4C0A71E001E
checksum64: 334A1D981FB80C8A7414114BF96B1C911C54D8EFB7E51FBC42552B12459A2B52

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "92.0.4491.0-snapshots"
$version = "90.0.4430.93"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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>29.1.1</version>
<version>29.2.0</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-29.1.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-29.1.1.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-29.2.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-29.2.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'e5f230a95c455f4afc4626062e1aa183af1f09eeea2aed0099404c5743aa3a9c'
checksum = 'b88f7e04b23f565822e7d8cfd3239a65cebd5c003e6e91a67620ff6574f663cd'
checksumType = 'sha256'
checksum64 = '98117c049057b7b0956d6ca77db017f20c06153cf93f3c0dc484cc33b6d27fdd'
checksum64 = 'f3714768041fa46b14bc2f4ae34f48678f1abc26537a0e3d72ccb26edca8b914'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.71.0.36</version>
<version>8.71.0.49</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.71.0.36.exe'
checksum = 'f1ad37dd3b843dfeeda92460dd81983473a5cf8671bc210be7db37120bf3b96c'
url = 'https://download.skype.com/s4l/download/win/Skype-8.71.0.49.exe'
checksum = 'b42d62914b588b6cb82641d09c76999d5db5271e753498dc8269230520783197'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-x64-1.56.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/9a4d524f909e09079fec7abb82f2efde2172da7c/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/9a4d524f909e09079fec7abb82f2efde2172da7c/VSCodeSetup-x64-1.56.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'a5702a408e376ac0c7fb757ee0ae72582941474a4f03f47c32a32ce02f349d6a32843b89d37973f987d40abc5d071e79ff2ab9ffafb98e94a67f14882420e41e'
checksum = '4f6e4933dcffbf221ed16491a4b7b2bd05b5f60c4329e46ba95b4178fce9f34437d474507de0b6336fa09d2b71a220691b0d4ee87dc07e146ed6cafb25e5a8cc'
checksumType = 'sha512'
checksum64 = '10c539557fd3201fc0ac9a3ea2b0ad21644b12b165be7f7a5c1202ad8146429b5c5c4707e30af89b00154b2df04b465034aa90ae106447e4328bb95680ba3344'
checksum64 = 'a8ec5288e5817262d9134c1c237d86a922e00c41675021d5ccb50d946206312f449e5ed8257b358fc4f60581e9c5e5647fb9a6d038706f3c98d6c711275c3ab7'
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.56.0.20210426</version>
<version>1.56.0.20210427</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.56.0.20210426</version>
<version>1.56.0.20210427</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.56.0.20210426]" />
<dependency id="vscode-insiders.install" version="[1.56.0.20210427]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 5a31d44

Please sign in to comment.