Skip to content

Commit

Permalink
AU: 1 updated - autoit.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 7, 2022
1 parent 05eea3b commit b78b019
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/autoit.portable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/40da80591281de666f24852bb71cb12449cf2997/icons/autoit.png" width="48" height="48"/> [autoit.portable](https://chocolatey.org/packages/autoit.portable)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@40da80591281de666f24852bb71cb12449cf2997/icons/autoit.png" width="48" height="48"/> [autoit.portable](https://chocolatey.org/packages/autoit.portable)


AutoIt is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
Expand Down
6 changes: 3 additions & 3 deletions automatic/autoit.portable/autoit.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>autoit.portable</id>
<title>AutoIT (Portable)</title>
<version>3.3.14.5</version>
<version>3.3.16.0</version>
<authors>Jonathan Bennett, AutoIt Team</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>AutoIT – Automation and scripting language</summary>
Expand Down Expand Up @@ -35,11 +35,11 @@ AutoIt is also very small, self-contained and will run on all versions of Window
<projectUrl>http://www.autoitscript.com/autoit3</projectUrl>
<docsUrl>https://www.autoitscript.com/autoit3/docs/</docsUrl>
<mailingListUrl>https://www.autoitscript.com/forum/</mailingListUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/autoit.portable</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/autoit.portable</packageSourceUrl>
<tags>autoit install automation freeware</tags>
<licenseUrl>http://www.autoitscript.com/autoit3/docs/license.htm</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/40da80591281de666f24852bb71cb12449cf2997/icons/autoit.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@40da80591281de666f24852bb71cb12449cf2997/icons/autoit.png</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/autoit.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.zip>
1. Go to <https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.zip>
to download the installer
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
checksum: DF9A20022998C7AC11AF23FC69F5D42698ED187B4D03B75FA911570C648D9642
checksum: 6E72FAB9AEC6B399286C91F3277ACCA34884DB6D9E45975D1660BD79340DA546

File 'LICENSE.txt' is obtained from <https://www.autoitscript.com/autoit3/docs/license.htm>
2 changes: 1 addition & 1 deletion automatic/autoit.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\autoit-v3.zip"
$filePath = "$toolsDir\autoit-v3-setup.zip"

Get-ChocolateyUnzip -FileFullPath $filePath -Destination $toolsDir

Expand Down

0 comments on commit b78b019

Please sign in to comment.