Skip to content

Commit

Permalink
AU: 8 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 16, 2024
1 parent dfd80ac commit a8bc865
Show file tree
Hide file tree
Showing 23 changed files with 173 additions and 173 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>2.0.14</version>
<version>2.0.15</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/autohotkey.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package can be verified like this:
1. Go to

v1 x32: https://github.com/AutoHotkey/AutoHotkey/releases/download/v1.1.36.02/AutoHotkey_1.1.36.02_setup.exe
v2 x32: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.14/AutoHotkey_2.0.14_setup.exe
v2 x32: https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.15/AutoHotkey_2.0.15_setup.exe

to download the installer.

Expand All @@ -17,11 +17,11 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

v1 checksum32: AF7B8E60B4B54F5F85E6B207AC51926CB076AA4319B8E4C72E59B98C85818CAE
v2 checksum32: 20D41F5FCFA4F3D61C533A9E21A019F0BCA0BD8012A6528CCDF2621749A122AB
v2 checksum32: 207FEA03708F1BA8C8E61F30170D799495736726D1853D7D4150A5FFFFA14013

Using Chocolatey AU:

Get-RemoteChecksum https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.14/AutoHotkey_2.0.14_setup.exe
Get-RemoteChecksum https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.15/AutoHotkey_2.0.15_setup.exe

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$installerv1File = 'AutoHotkey_1.1.36.02_setup.exe'
$installerv2File = 'AutoHotkey_2.0.14_setup.exe'
$installerv2File = 'AutoHotkey_2.0.15_setup.exe'

$pp = Get-PackageParameters
if (!$pp.DefaultVer){
Expand Down
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.1": "1.1.37.02",
"2.0": "2.0.14",
"2.0": "2.0.15",
"2.1": "2.1-alpha9"
}
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>2.0.14</version>
<version>2.0.15</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/2.0//AutoHotkey_2.0.14.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.14.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.15.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.15.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: 6FE778623EF31EB224B4AEFF3EAA73AEF6D76C091FCB328782046E1EC44969D5
checksum64: 6FE778623EF31EB224B4AEFF3EAA73AEF6D76C091FCB328782046E1EC44969D5
checksum32: 96AF0B4438274122CA3A69E9556E91C3D2F05AF16E74890DEE567EEBE3AC101A
checksum64: 96AF0B4438274122CA3A69E9556E91C3D2F05AF16E74890DEE567EEBE3AC101A

Using Chocolatey AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.14.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.15.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/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_2.0.14.zip'
$fileName = 'AutoHotkey_2.0.15.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>2.0.14</version>
<version>2.0.15</version>
<title>AutoHotkey</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down Expand Up @@ -37,7 +37,7 @@
<releaseNotes>https://www.autohotkey.com/docs/v2/AHKL_ChangeLog.htm</releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="2.0.14" />
<dependency id="autohotkey.install" version="2.0.15" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/AutoHotkey/AutoHotkey</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": "127.0.6480.0-snapshots",
"snapshots": "127.0.6481.0-snapshots",
"stable": "124.0.6367.208"
}
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>127.0.6480.0-snapshots</version>
<version>127.0.6481.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1301157/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1301615/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
checksum64: 98DBE1A1127F5E04290B6A54AED1758EA5A6EF3D7B80E187251BFE46B11324DB
checksum64: 5FCD446F52149C92BD580CF2FC729870F0012EF68714E8AEB08360F0F7647FB9

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '127.0.6480.0-snapshots'
$version = '127.0.6481.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1301156/mini_installer.exe'
checksum = '4129AFFCC2D7ABC294917AF0C86E1BB0D2097BC398B881B1916CD5195A24A0F9'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1301614/mini_installer.exe'
checksum = 'D335FD8DD049B3C737E082B6788CEFC691390FE2BFD3DA9F466E43B573EAA2EA'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>125.0.6422.41</version>
<version>125.0.6422.60</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '125.0.6422.41'
$version = '125.0.6422.60'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'b3fbb3d049cf0168bd441dbca6608597e4b58d19c1e18ffc9ce1c3240e7578a0'
checksum64 = 'e7101fb4f212dc62753abfe55783301fbd94ff3a3075f8f07f57655fbb033e11'
checksum = '6b8e00f55d731aaa2bfef22cf82a8415412f67c99d1c32cd7a9de92678accb41'
checksum64 = '6ae8f91b54d9ee04e451256c74e70293105292e5e9e60d9804f77c1c13d4a631'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v20.13.1/node-v20.13.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.13.1/node-v20.13.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v22.2.0/node-v22.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v22.2.0/node-v22.2.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7D14BDC418E77F74B75AE424047039E73E004D2EBF917F491E481D4CB1C4676A
checksum64: 695EB534992F0D4AA10AB024AEF596664493E19E0E1581C41EEFE33050811C52
checksum32: C03BE5BC511DC5825471EE14D80B74D4DE06E2AB3676A56FBE5FED10B6A48C92
checksum64: A2FBC72550ADE8F9E391EA054AF8FD91A3C2F224EA6D7F8ECCDEF215A5C30FDE

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"19": "19.9.0",
"20": "20.13.1",
"21": "21.7.3",
"22": "22.1.0"
"22": "22.2.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>20.13.1</version>
<version>22.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v20.13.1-x86.msi"
$filePath64 = "$toolsPath\node-v20.13.1-x64.msi"
$filePath32 = "$toolsPath\node-v22.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v22.2.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"19": "19.9.0",
"20": "20.13.1",
"21": "21.7.3",
"22": "22.1.0"
"22": "22.2.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>20.13.1</version>
<version>22.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[20.13.1]" />
<dependency id="nodejs.install" version="[22.2.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>115.10.2</version>
<version>115.11.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit a8bc865

Please sign in to comment.