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 committed Jan 12, 2017
1 parent 3f4cc0a commit 6d91f08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions automatic/autoit.portable/autoit.portable.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autoit.portable</id>
<title>AutoIT (Portable)</title>
<version>0.0</version>
<version>3.3.14.2</version>
<authors>Jonathan Bennett, AutoIt Team</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>AutoIT – Automation and scripting language</summary>
Expand Down Expand Up @@ -37,7 +37,7 @@ AutoIt is also very small, self-contained and will run on all versions of Window
<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/dc920218fed5d4f234f9f281896ca8eadfd91925/icons/autoit.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/40da80591281de666f24852bb71cb12449cf2997/icons/autoit.png</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/autoit.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
VERIFICATION
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
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/files/autoit3/autoit-v3.zip>
1. Go to <https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe>
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: 44A2BA6B723CBC5EEC389EA07AC43D696AEFF01F0F1A62788AED1D1CE992A886
checksum: 64EF202B89EDD2B3D10F3B631EDB57026E4D240786463A1825599EB9C61FDF72

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

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

Get-ChocolateyUnzip -FileFullPath $filePath -Destination $toolsDir

Expand Down

0 comments on commit 6d91f08

Please sign in to comment.