Skip to content

Commit

Permalink
AU: 6 updated - chromium peazip peazip.install skype vscode-insiders …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 13, 2020
1 parent d0f21fd commit e34dfe2
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 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": "88.0.4324.0-snapshots",
"snapshots": "89.0.4325.0-snapshots",
"stable": "86.0.4240.198"
}
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>86.0.4240.198</version>
<title>Chromium</title>
<version>89.0.4325.0-snapshots</version>
<title>Chromium Snapshots</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://github.com/Hibbiki/chromium-win32/releases/download/v86.0.4240.198-r800218/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v86.0.4240.198-r800218/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/827203/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/827203/mini_installer.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: 3EECB6FA8EE0FC9F77E4E9B80C890656DE36360EC836738A71787F77DD3DDE84
checksum64: 476BFC4EA0435FCD267D8831F9D6A84E3F2754200957E536CC816DC8EA083BE2
checksum32: D0174209456AB0DF650224B4BAF61B1E3ECA58768A205A9D628E7B6A3EAD286F
checksum64: 2CB28BDDBE43F2B96D851B37622AE365B0FA8C29DD023328BC6AD23FCE5968A6

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 = "86.0.4240.198"
$version = "89.0.4325.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer have been downloaded from the alternative GitHub mirror listed on
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/peazip/PeaZip/releases/download/7.4.2/peazip-7.4.2.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.4.2/peazip-7.4.2.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/7.5.0/peazip-7.5.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.5.0/peazip-7.5.0.WIN64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: C567EAE0045D5D0179DAA00121E295882562A8E712CAECDC2A33D5BBCD8F22EA
checksum64: 3D24DF1C087DCEABB74BB51E70B40750CDDA9C19DD61EFEED2A5C568A8FB0EF0
checksum32: DAEEBAF6C26735F4CC2D36F5E0CC8C81C9F47567628ACB210AFE4DEA7FF26240
checksum64: 4C40B9F3DC56047C13F9B5C983F4B0F0FC5B997597ABBCCA17D0895DB88A557D

The included 'LICENSE.txt' file have been obtained from <https://www.gnu.org/licenses/lgpl-3.0.txt>
and should be the correct license as mentioned on their project page <http://peazip.org/peazip-tos-privacy.html>.
2 changes: 1 addition & 1 deletion automatic/peazip.install/peazip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>7.4.2</version>
<version>7.5.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-7.4.2.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.4.2.WIN64.exe"
file = "$toolsDir\peazip-7.5.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.5.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>7.4.2</version>
<version>7.5.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -27,7 +27,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[7.4.2]" />
<dependency id="peazip.install" version="[7.5.0]" />
</dependencies>
</metadata>
</package>
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.66.0.74</version>
<version>8.66.0.77</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.66.0.74.exe'
checksum = '8378fca75dda4b217df3b8390b2e42599e099687803ec22afda2c3cb7453b8c9'
url = 'https://download.skype.com/s4l/download/win/Skype-8.66.0.77.exe'
checksum = '7d1b7af29aef7ff065cbaedc686ed02127442f0fb726820435091eb46c7a1d36'
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/050a123750e4ef4009930d0da1ff7a1a6441d4f3/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/050a123750e4ef4009930d0da1ff7a1a6441d4f3/VSCodeSetup-x64-1.52.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/ee46c1f89ebb213e0827886f1688c0fbb55be49f/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/ee46c1f89ebb213e0827886f1688c0fbb55be49f/VSCodeSetup-x64-1.52.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1c0ce3dbce071f45126a2a83f68696bfa6a55374aa91697c8d6313abb1607f8a0b984472ea5e8fe98de2029ab0c57f0bc1e071c183cf5d1bf8868a5b2d72c058'
checksum = '5506bd924065c5b34a8eb2cfb6ce89cb47d29005bdc25d600a4e1a5a1ce375ee44ffd020aad6c2266108f901eb9263cd95780d210a698bd22660301e77ee72f6'
checksumType = 'sha512'
checksum64 = 'fc1243b482d340f4a393c92e6362a5a11d96fd35589159e0890c61644c01f59103f300684a70478ccc0f6e9499e93e56f30a2ed800bbbf6a1e890d2398a40722'
checksum64 = '69037c217f7a81d4981eae11310034123ffaccea7cda7bca2ea603607cbeb704d9f724d186c81287dd080bfb8bf092611a306cce1dfb8bac6615fce8c1ac6234'
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.52.0.20201112</version>
<version>1.52.0.20201113</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.52.0.20201112</version>
<version>1.52.0.20201113</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.52.0.20201112]" />
<dependency id="vscode-insiders.install" version="[1.52.0.20201113]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit e34dfe2

Please sign in to comment.