diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d3dbc513d3f..6c27fe48641 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5129.0-snapshots", + "snapshots": "105.0.5130.0-snapshots", "stable": "102.0.5005.115" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 744b475e1c8..279546fc59b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5129.0-snapshots + 105.0.5130.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f2dd73cbbd0..c2bd224ac0f 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: FFE105623385B47FF186B91D8D5ABD65657A2BCD99DAED243C97550234541AF1 - checksum64: E3F65BB9F2C17C3A904D2FD387ACF75A203D2423EED4C146F9C96EE75308FC8C + checksum32: 19BE62A1A36BBB821F5C8FF6DA9EB6FD29C7272BF49BC503FF1AD82B32820075 + checksum64: 0D95BAD19940138DC2ADCFC679BE2C2D9252D7BA6B6BFB99B3221090B40A693B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 94a9b7861b7..fd3d5b7ef4a 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 = "105.0.5129.0-snapshots" +$version = "105.0.5130.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/simplewall.install/legal/VERIFICATION.txt b/automatic/simplewall.install/legal/VERIFICATION.txt index e2d2d67829e..b302c863b84 100644 --- a/automatic/simplewall.install/legal/VERIFICATION.txt +++ b/automatic/simplewall.install/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/henrypp/simplewall/releases/download/v.3.6.3/simplewall-3.6.3-setup.exe +x86: https://github.com/henrypp/simplewall/releases/download/v.3.6.4/simplewall-3.6.4-setup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 8ECE51A6F1CA0CAD7836803D9914E3BBBD2A9852E31A982FC16599AE3B977D5B + checksum32: 02B4F48506BC441A5EB1528D6FF976B323B07484A7322CAF1236F5F5B02B4854 The included 'LICENSE.txt' file have been obtained from: https://github.com/henrypp/simplewall/blob/master/LICENSE diff --git a/automatic/simplewall.install/simplewall.install.nuspec b/automatic/simplewall.install/simplewall.install.nuspec index a783706fb97..f90739bea7b 100644 --- a/automatic/simplewall.install/simplewall.install.nuspec +++ b/automatic/simplewall.install/simplewall.install.nuspec @@ -2,7 +2,7 @@ simplewall.install - 3.6.3 + 3.6.4 Henry++ Simple tool to configure Windows Filtering Platform. simplewall.portable - 3.6.3 + 3.6.4 Henry++ Simple tool to configure Windows Filtering Platform. simplewall - 3.6.3 + 3.6.4 Henry++ Simple tool to configure Windows Filtering Platform. https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md - +