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 Community committed May 24, 2021
1 parent ddb1683 commit 6ed5f26
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.33.09",
"2.0": "2.0-a135"
"2.0": "2.0-a136"
}
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>2.0-a135</version>
<version>2.0-a136</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</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/2.0//AutoHotkey_2.0-a135-b66a8739.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a135-b66a8739.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.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: 1EEBFEBEB4E1951015552FA847537E72DE7289D1F6C34AB2E8B19CDCFAF8000E
checksum64: 1EEBFEBEB4E1951015552FA847537E72DE7289D1F6C34AB2E8B19CDCFAF8000E
checksum32: EC83A130AD2A337D9C24E844C2FA2E46B3EA06F23F2392F04B444DD64ACACD62
checksum64: EC83A130AD2A337D9C24E844C2FA2E46B3EA06F23F2392F04B444DD64ACACD62

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a135-b66a8739.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a136-feda41f4.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_2.0-a135-b66a8739.zip'
$fileName = 'AutoHotkey_2.0-a136-feda41f4.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.2.2878/gvim_8.2.2878_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2878/gvim_8.2.2878_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2879/gvim_8.2.2879_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2879/gvim_8.2.2879_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: 1AA1B8D7836221201AC0765261536CF1073B5291D8CA63A37DA12D1F03E816F9
checksum64: C9CD24D0B8D58DCDC1EC7FAA779E4A5EFE870C4B1CD3915DE2A8022801B8FDA7
checksum32: CFAB961E951942F3449404F1C7190A8A1DD8CB060EFDC023ABE01869EAAEB2A0
checksum64: A8933CBA54B9F06770BACDFD72B35A27E57DC7F441291737001F7E273A6CBB8D
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.2.2878_x86.zip"
file64 = "$toolsDir\gvim_8.2.2878_x64.zip"
file = "$toolsDir\gvim_8.2.2879_x86.zip"
file64 = "$toolsDir\gvim_8.2.2879_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.2.2878</version>
<version>8.2.2879</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 6ed5f26

Please sign in to comment.