Skip to content

Commit

Permalink
AU: 4 updated - autohotkey autohotkey.install autohotkey.portable chr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 8, 2022
1 parent 25ea2f1 commit 97f8b81
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/autohotkey.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.install</id>
<version>1.1.34.00</version>
<version>1.1.34.01</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.00/AutoHotkey_1.1.34.00_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.00/AutoHotkey_1.1.34.00_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.01/AutoHotkey_1.1.34.01_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.01/AutoHotkey_1.1.34.01_setup.exe

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: 25CE0FA078C6603A909BB391C1CB4EB891554B29AD275BEEA47042962576F4FF
checksum64: 25CE0FA078C6603A909BB391C1CB4EB891554B29AD275BEEA47042962576F4FF
checksum32: F33996EAA68E8A7A5F5A6156B44AF666049769BD021979A6FFB9ABB29B45EA2B
checksum64: F33996EAA68E8A7A5F5A6156B44AF666049769BD021979A6FFB9ABB29B45EA2B

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.00/AutoHotkey_1.1.34.00_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.34.01/AutoHotkey_1.1.34.01_setup.exe

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.34.00",
"1.1": "1.1.34.01",
"2.0": "2.0-beta3"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>1.1.34.00</version>
<version>1.1.34.01</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
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.00.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.00.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.01.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.01.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: 6C94FBE57D8AA48604D4F447E9601A850EC780E42FA5230A9F35F00045BB46B1
checksum64: 6C94FBE57D8AA48604D4F447E9601A850EC780E42FA5230A9F35F00045BB46B1
checksum32: DE4B0CE8F374009A2AA07D705039BA41A0046FE5B428A6098074C5943729D55A
checksum64: DE4B0CE8F374009A2AA07D705039BA41A0046FE5B428A6098074C5943729D55A

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.00.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.01.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_1.1.34.00.zip'
$fileName = 'AutoHotkey_1.1.34.01.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
4 changes: 2 additions & 2 deletions automatic/autohotkey/autohotkey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey</id>
<version>1.1.34.00</version>
<version>1.1.34.01</version>
<title>AutoHotkey</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down Expand Up @@ -37,7 +37,7 @@
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.34.00" />
<dependency id="autohotkey.install" version="1.1.34.01" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down
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": "103.0.5050.0-snapshots",
"snapshots": "103.0.5051.0-snapshots",
"stable": "101.0.4951.54"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>103.0.5050.0-snapshots</version>
<version>103.0.5051.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
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://storage.googleapis.com/chromium-browser-snapshots/Win/1000742/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1000742/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1000783/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1000782/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: 409E2107D56FEC2DFDDC1AA216B9E99F6ACAF3295E72DFA879D26D0D12399EF3
checksum64: 9EEC12D4BBCF083FCF9421C0575863FF52C5178206C63B26AC70B43D66DDD432
checksum32: 51BE030A70266FC38A9A4F7E38E870351C0FC5A9CC4B2EF6F2588EE39413CC5A
checksum64: 12A6E2F64C5474C8B7224A7DFCA7BAC06AFC04742FFE9299184202E57896E6B4

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 = "103.0.5050.0-snapshots"
$version = "103.0.5051.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit 97f8b81

Please sign in to comment.