Skip to content

Commit

Permalink
AU: 2 updated - autohotkey.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 8, 2019
1 parent e5fbf4c commit 3bc1a39
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
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.32.00",
"2.0": "2.0-a107"
"2.0": "2.0-a108"
}
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>1.1.32.00</version>
<version>2.0-a108</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</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/1.1//AutoHotkey_1.1.32.00.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.32.00.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a108-a2fa0498.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a108-a2fa0498.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: EBCCB45A6A5848D97286B7D5688F8C2DDF5F992E496BD7EC4566F89297087309
checksum64: EBCCB45A6A5848D97286B7D5688F8C2DDF5F992E496BD7EC4566F89297087309
checksum32: BA8876DD2AAAF47F561EC957EACD1ECA2DBA56A45E2BAEBFEE6E4E0DCA6884C6
checksum64: BA8876DD2AAAF47F561EC957EACD1ECA2DBA56A45E2BAEBFEE6E4E0DCA6884C6

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.32.00.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a108-a2fa0498.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.32.00.zip'
$fileName = 'AutoHotkey_2.0-a108-a2fa0498.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2410/gvim_8.1.2410_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2410/gvim_8.1.2410_x64.zip>
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: 3FDAFF63B1C7032FB49AACBEE759355896342E2DF6EF81B9E8958076984FA6DF
checksum64: 4D64148CE895F029BFBA94CC039BF6A390D8D7D7DAA38C3A9685C525F6F1A675
checksum32: 21986B0FEC95B87F0B4B2B7690FC2E78E6D68346395D915B1C73A8DB8FF60D08
checksum64: CF13903DEE3A821071730F7B474D03FF104F38D83D0B0F5800BA7F0B8A0679B7
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2402_x86.zip"
file64 = "$toolsDir\gvim_8.1.2402_x64.zip"
file = "$toolsDir\gvim_8.1.2410_x86.zip"
file64 = "$toolsDir\gvim_8.1.2410_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2402</version>
<version>8.1.2410</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 3bc1a39

Please sign in to comment.