diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1cfd51500fe..01938eda4a4 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "72.0.3608.0-snapshots", - "stable": "70.0.3538.77" + "stable": "70.0.3538.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index de588c3bcca..8fdd6e3f86d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 72.0.3608.0-snapshots - Chromium Snapshots + 70.0.3538.102 + Chromium chocolatey The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7c609bb7696..07d98b032dd 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 79987F8E3E53448C657BEEE9785E8440802E2D84BE992982643A919213183341 - checksum64: 739F40ED790495BDF68B16B402306608D73BC0123829D75B3AA1A6430781A6F7 + checksum32: 5D5E290C4B963104390ABDC8680CD424DEA7AECFF17BE7593B37F227B50BF0E8 + checksum64: 4D2B31EE7C1C9F3227D327EE6C45B92051E46A3CDEF15A649A686F07CDFA9ACC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bf99b47c2c4..970c518abf0 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "72.0.3608.0-snapshots" +$version = "70.0.3538.102" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/pspp/Readme.md b/automatic/pspp/Readme.md index dcae5e7ed65..834874fc0c2 100644 --- a/automatic/pspp/Readme.md +++ b/automatic/pspp/Readme.md @@ -1,4 +1,4 @@ -# [pspp](https://chocolatey.org/packages/pspp) +# [pspp](https://chocolatey.org/packages/pspp) __GNU PSPP__ is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program __SPSS__. diff --git a/automatic/pspp/legal/VERIFICATION.txt b/automatic/pspp/legal/VERIFICATION.txt index 28e7dafe08a..84add6b51c0 100644 --- a/automatic/pspp/legal/VERIFICATION.txt +++ b/automatic/pspp/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 5256C291C951FFA8E080B1365BBE4EA7466D255C8E953C50569280F05B9E9EDA - checksum64: 223AA7E498F2237F344AF7304EEEC3A08DF3D65A3847E65C850449D0BF6D0AB3 + checksum32: 8B433D3F3D0FE9F6FF68DFD2CA52C715EE62EE186AE03584562C0481E7E7FC84 + checksum64: 8DE75342376B542740ECF93C132386954046AEA246B667DE72DE44706ECF7F02 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/pspp/pspp.nuspec b/automatic/pspp/pspp.nuspec index 5b4869cd42c..4228cba2cc7 100644 --- a/automatic/pspp/pspp.nuspec +++ b/automatic/pspp/pspp.nuspec @@ -3,13 +3,13 @@ pspp - 1.0.1 + 1.2.0 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pspp chocolatey PSPP GNU Project https://www.gnu.org/software/pspp/ - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/588d16b30aa063f71d41ce18849cb42a23367d05/icons/pspp.png + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@588d16b30aa063f71d41ce18849cb42a23367d05/icons/pspp.png 2013 Free Software Foundation, Inc. https://www.gnu.org/licenses/gpl-3.0.html false @@ -20,7 +20,7 @@ pspp spss statistics educative scientific foss cross-platform __GNU PSPP__ is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program __SPSS__. - + + +]]> diff --git a/automatic/pspp/tools/chocolateyInstall.ps1 b/automatic/pspp/tools/chocolateyInstall.ps1 index bcf68906e22..5198bc88e69 100644 --- a/automatic/pspp/tools/chocolateyInstall.ps1 +++ b/automatic/pspp/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'pspp' fileType = 'exe' - file = "$toolsPath\pspp-20170907-daily-32bits-setup.exe" - file64 = "$toolsPath\pspp-20170907-daily-64bits-setup.exe" + file = "$toolsPath\pspp-20181109-daily-32bits-setup.exe" + file64 = "$toolsPath\pspp-20181109-daily-64bits-setup.exe" softwareName = 'pspp*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/pspp/tools/chocolateyUninstall.ps1 b/automatic/pspp/tools/chocolateyUninstall.ps1 index 999636b608b..2e9906dc861 100644 --- a/automatic/pspp/tools/chocolateyUninstall.ps1 +++ b/automatic/pspp/tools/chocolateyUninstall.ps1 @@ -13,7 +13,7 @@ $uninstalled = $false [array]$key = Get-UninstallRegistryKey @packageArgs if ($key.Count -eq 1) { - $key | % { + $key | ForEach-Object { $packageArgs['file'] = "$($_.UninstallString)" Uninstall-ChocolateyPackage @packageArgs @@ -24,5 +24,5 @@ if ($key.Count -eq 1) { Write-Warning "$($key.Count) matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert the package maintainer that the following keys were matched:" - $key | % { Write-Warning "- $($_.DisplayName)" } + $key | ForEach-Object { Write-Warning "- $($_.DisplayName)" } }