diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index 51db2fffade..5aa01147232 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,4 +1,4 @@ { "1.1": "1.1.35.00", - "2.0": "2.0-beta9" + "2.0": "2.0-rc1" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index 1d4514dcc47..c741f87121f 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 1.1.35.00 + 2.0-rc1 AutoHotkey (Portable) chocolatey-community Lexikos diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index 1c7d04085a4..dab30da7d9b 100644 --- a/automatic/autohotkey.portable/tools/VERIFICATION.txt +++ b/automatic/autohotkey.portable/tools/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.35.00.zip - x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.35.00.zip + x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-rc.1.zip + x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-rc.1.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: A8EE4D52AD6E1EBA095AD43BAB6396CA47CF787303579EFFEFA64C6C9665D7AE - checksum64: A8EE4D52AD6E1EBA095AD43BAB6396CA47CF787303579EFFEFA64C6C9665D7AE + checksum32: 59D6462E8DD6899926CEEB424374CDE4A50E16C7ADD907F2D6EA6B43CC47C1B3 + checksum64: 59D6462E8DD6899926CEEB424374CDE4A50E16C7ADD907F2D6EA6B43CC47C1B3 Using AU: - Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.35.00.zip + Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-rc.1.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index c1422284824..9abc34a5a50 100644 --- a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 +++ b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$fileName = 'AutoHotkey_1.1.35.00.zip' +$fileName = 'AutoHotkey_2.0-rc.1.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 95fcfe31bb5..a95281ab279 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5429.0-snapshots", + "snapshots": "110.0.5430.0-snapshots", "stable": "107.0.5304.88" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ba93c617620..8333ea26ac6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 110.0.5429.0-snapshots + 110.0.5430.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f2b1318c03f..630a535fb57 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: E93A4083892D8022894DCEC2A0364ECE938AC33C62A796BFB52B274B0E521D99 - checksum64: 70B5B7FCC381DEF7CB6C86FA4E0945F6C45C527164455150D65BBBF8291667FF + checksum32: 5CAA5E5057E25CC7B4EE8610409D377CF4A322394251B6DD8FAF5662870039EC + checksum64: 69E6230CB7B2C251DEC10F7CCB48D716D138F923ACF31DC447758A3C97D37015 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8e434a2bdd9..314b287e282 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 = "110.0.5429.0-snapshots" +$version = "110.0.5430.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string