Skip to content

Commit

Permalink
AU: 2 updated - autohotkey.portable filezilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 6, 2019
1 parent 2406096 commit c6ad0cc
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/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-coreteampackages@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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.30.02",
"2.0": "2.0-a100"
"2.0": "2.0-a101"
}
6 changes: 3 additions & 3 deletions automatic/autohotkey.portable/autohotkey.portable.nuspec
Original file line number Diff line number Diff line change
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.30.02</version>
<version>2.0-a101</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
<licenseUrl>http://ahkscript.org/docs/license.htm</licenseUrl>
<projectUrl>http://ahkscript.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@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 Down Expand Up @@ -41,7 +41,7 @@ AutoHotkey is a free, open source macro-creation and automation software utility
<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/chocolatey-coreteampackages/tree/master/automatic/autohotkey.portable</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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
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.30.02.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.30.02.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a101-a9017f5.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a101-a9017f5.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: 7A0AC4839C43F73C0A0F3BCBF59B08F838E5B5196E9157D39CEFF1CC2CCD8582
checksum64: 7A0AC4839C43F73C0A0F3BCBF59B08F838E5B5196E9157D39CEFF1CC2CCD8582
checksum32: 5D628A9B2567F8E51E213F5776A0108A428A988153E380E4B634FB9F40DE2B7C
checksum64: 5D628A9B2567F8E51E213F5776A0108A428A988153E380E4B634FB9F40DE2B7C

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.30.02.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a101-a9017f5.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.30.02.zip'
$fileName = 'AutoHotkey_2.0-a101-a9017f5.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/filezilla/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@938aeca0853717399b72289f38b9dddad0417640/icons/filezilla.svg" width="48" height="48"/> [filezilla](https://chocolatey.org/packages/filezilla)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@938aeca0853717399b72289f38b9dddad0417640/icons/filezilla.svg" width="48" height="48"/> [filezilla](https://chocolatey.org/packages/filezilla)


FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.
Expand Down
6 changes: 3 additions & 3 deletions automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.41.2</version>
<version>3.42.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down Expand Up @@ -37,13 +37,13 @@ FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client
]]></description>
<projectUrl>http://filezilla-project.org</projectUrl>
<projectSourceUrl>https://filezilla-project.org/sourcecode.php</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/filezilla</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/filezilla</packageSourceUrl>
<tags>filezilla cross-platform foss ftp admin</tags>
<licenseUrl>https://filezilla-project.org/license.php</licenseUrl>
<docsUrl>https://wiki.filezilla-project.org/Documentation</docsUrl>
<releaseNotes>https://filezilla-project.org/changelog.php</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@938aeca0853717399b72289f38b9dddad0417640/icons/filezilla.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@938aeca0853717399b72289f38b9dddad0417640/icons/filezilla.svg</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.41.2_win32-setup.exe?h=mn8-30eyHwyWdcr4ZTnTSw&x=1552936089
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.41.2_win64-setup.exe?h=gw_NT3s-Z2dB7Y9Wbrs4_g&x=1552936089
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.42.0_win32-setup.exe?h=Cd1-4j2deX7NhPbJcH7Nwg&x=1557148028
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.42.0_win64-setup.exe?h=kmQSGBKDwWT-l6QxAZMC1A&x=1557148028

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: 7CD3F0E7DCDC432BE381B6B373393D38BBFFCC25BC1EF88FFA2C898348A833F6
checksum64: 5B5860B169F58A0E8EDC1E6C273B1C925D0AB0D6D7F437B93CCC36F60732D135
checksum32: AAC7B79A0FC97C8559A5461021A9F34F8B58D5C0877B4E4AD241CA9466A43E62
checksum64: FAE313CCE88EE91FB2D066E05C0A705053541DFB5B0C6C1CA032DB4156858E9A

Using AU:

Expand Down

0 comments on commit c6ad0cc

Please sign in to comment.