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 committed Jul 16, 2017
1 parent 5fa9d80 commit 85bba11
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 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.26.00</version>
<version>1.1.26.01</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey</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.26.00/AutoHotkey_1.1.26.00_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.00/AutoHotkey_1.1.26.00_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.01/AutoHotkey_1.1.26.01_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.01/AutoHotkey_1.1.26.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: 457715A3CC13142696110671CABA695A95892E0FE70D18CCFE17D8839753AA7C
checksum64: 457715A3CC13142696110671CABA695A95892E0FE70D18CCFE17D8839753AA7C
checksum32: 64D391B2E42B022D5ADC1BB5B342F5B631E347CCE1BBE027945A6F0A6A664AF2
checksum64: 64D391B2E42B022D5ADC1BB5B342F5B631E347CCE1BBE027945A6F0A6A664AF2

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.00/AutoHotkey_1.1.26.00_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.01/AutoHotkey_1.1.26.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.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.26.00</version>
<version>1.1.26.01</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</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.26.00.zip
x64: https://autohotkey.com/download/1.1/AutoHotkey_1.1.26.00.zip
x32: https://autohotkey.com/download/1.1/AutoHotkey_1.1.26.01.zip
x64: https://autohotkey.com/download/1.1/AutoHotkey_1.1.26.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: F37E522DF091F2F685B3FC43BB504C07DB17707727BE9B2D2F84F8BA59AA2F0C
checksum64: F37E522DF091F2F685B3FC43BB504C07DB17707727BE9B2D2F84F8BA59AA2F0C
checksum32: 557ED1AF426F378EFB43FE9671C77E5343447A7B618C41F36F0073D1B42C2B09
checksum64: 557ED1AF426F378EFB43FE9671C77E5343447A7B618C41F36F0073D1B42C2B09

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1/AutoHotkey_1.1.26.00.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1/AutoHotkey_1.1.26.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.26.00.zip'
$fileName = 'AutoHotkey_1.1.26.01.zip'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
rm $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.26.00</version>
<version>1.1.26.01</version>
<title>AutoHotkey</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down Expand Up @@ -42,7 +42,7 @@ AutoHotkey is a free, open source macro-creation and automation software utility
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.26.00" />
<dependency id="autohotkey.install" version="1.1.26.01" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down
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>61.0.3159.0</version>
<version>61.0.3160.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '61.0.3159.0'
$version = '61.0.3160.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/486977/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/486977/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/487005/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/487005/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'a03f2520683b86f7230c56c259d9272b'
checksum = '4903a233ad6df60968432233aa8c4935'
checksumType = 'md5'
checksum64 = 'f13f2f320d2c00c81ba9e41662d55e4c'
checksum64 = 'c9e9aa262c690f226f5c5aeaa31ed116'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 85bba11

Please sign in to comment.