Skip to content

Commit

Permalink
AU: 2 updated - autohotkey.portable chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 20, 2021
1 parent 068d525 commit 9fe3bd0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.09",
"2.0": "2.0-a136"
"2.0": "2.0-a137"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>2.0-a136</version>
<version>2.0-a137</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a137-f6f65742.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a137-f6f65742.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: EC83A130AD2A337D9C24E844C2FA2E46B3EA06F23F2392F04B444DD64ACACD62
checksum64: EC83A130AD2A337D9C24E844C2FA2E46B3EA06F23F2392F04B444DD64ACACD62
checksum32: D25FFB6A03B613B9D35BEC5349C818F139EEB6662A4614376A91081466285D5E
checksum64: D25FFB6A03B613B9D35BEC5349C818F139EEB6662A4614376A91081466285D5E

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a137-f6f65742.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a136-feda41f4.zip'
$fileName = 'AutoHotkey_2.0-a137-f6f65742.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "93.0.4548.0-snapshots",
"snapshots": "93.0.4549.0-snapshots",
"stable": "91.0.4472.114"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>93.0.4548.0-snapshots</version>
<version>93.0.4549.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/894085/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/894084/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/894109/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/894109/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: EEFB39A85EB8513B5F61BC73472FF64CA9D573D749677297362405952BA7E55A
checksum64: 30A1C6CF3D9D783562F49AC71E17E787855D005A934502311EA4839940919C46
checksum32: F60C3B447C236F1E4715329B6625BD8A0C4ED2824414B60BC9C63DA8C000260E
checksum64: 0FD667766C4AEABD4BE3B3805190914D3A08BDB1BBA88A65729FB4A98049F445

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "93.0.4548.0-snapshots"
$version = "93.0.4549.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit 9fe3bd0

Please sign in to comment.