Skip to content

Commit

Permalink
AU: 2 updated - autohotkey.portable mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 17, 2021
1 parent 55d07c2 commit 86bf3c4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png" width="48" height="48"/> [autohotkey.portable](https://chocolatey.org/packages/autohotkey.portable)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png" width="48" height="48"/> [autohotkey.portable](https://chocolatey.org/packages/autohotkey.portable)

AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.

Expand Down
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.10",
"2.0": "2.0-beta1"
"2.0": "2.0-beta2"
}
6 changes: 3 additions & 3 deletions automatic/autohotkey.portable/autohotkey.portable.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>1.1.33.10</version>
<version>2.0-beta2</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
<licenseUrl>http://ahkscript.org/docs/license.htm</licenseUrl>
<projectUrl>http://ahkscript.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description><![CDATA[AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.
Expand All @@ -36,7 +36,7 @@
<summary>AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.</summary>
<releaseNotes>https://autohotkey.com/docs/AHKL_ChangeLog.htm</releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/autohotkey.portable</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/autohotkey.portable</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
</metadata>
<files>
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/1.1//AutoHotkey_1.1.33.10.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.10.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.2.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.2.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: 412BED1729FAECC508827370E694CC1DF600F99AE817FA2A3061C5B6622299E6
checksum64: 412BED1729FAECC508827370E694CC1DF600F99AE817FA2A3061C5B6622299E6
checksum32: 68099B4217955C5D85517803A89C9F9A3F5C3506B410E5B444E105AE1B7C3465
checksum64: 68099B4217955C5D85517803A89C9F9A3F5C3506B410E5B444E105AE1B7C3465

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.10.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.2.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_1.1.33.10.zip'
$fileName = 'AutoHotkey_2.0-beta.2.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/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-928-gdc3d9dffc0-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-934-g8ecd422626-win64.msi

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'

checksum64: EC0636EE406A890EAC5A7C4F95064C9A365F155353BE1B3F69CFCBFD8C6AE204
checksum64: 9166DBF6FD7C543D609D1FF3B0C001E3CC1F7D414932A5567107510C95DE205A

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.1",
"alpha": "2.4-alpha-928"
"alpha": "2.4-alpha-934"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-928</version>
<version>2.4-alpha-934</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-928-gdc3d9dffc0-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-934-g8ecd422626-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 86bf3c4

Please sign in to comment.