Skip to content

Commit

Permalink
AU: 3 updated - autohotkey.portable mkdocs-material vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 23, 2024
1 parent 05f725f commit 94292e8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.1": "1.1.37.02",
"2.0": "2.0.11",
"2.0": "2.0.12",
"2.1": "2.1-alpha8"
}
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.37.02</version>
<version>2.0.12</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/1.1//AutoHotkey_1.1.37.02.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.37.02.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.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: 6F3663F7CDD25063C8C8728F5D9B07813CED8780522FD1F124BA539E2854215F
checksum64: 6F3663F7CDD25063C8C8728F5D9B07813CED8780522FD1F124BA539E2854215F
checksum32: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90
checksum64: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90

Using Chocolatey AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.37.02.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/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.37.02.zip'
$fileName = 'AutoHotkey_2.0.12.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/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.5.14</version>
<version>9.5.15</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.5.14'
$version = '9.5.15'

$proxy = Get-EffectiveProxy
if ($proxy) {
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/v9.1.0196/gvim_9.1.0196_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0196/gvim_9.1.0196_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0198/gvim_9.1.0198_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0198/gvim_9.1.0198_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: 6743C3F7E33352BE756D963A41FC30288B390014C0B64A8B51DDE97E5643C957
checksum64: CCECB84CEB36C803B49516BFAF28C91E497DE75BCD38A158A3B44832C3101E8D
checksum32: D4EDE3489838ABE7908771CD37AD7628A4DE9B4F912F49E8F9699E105BA70A97
checksum64: 3D020EE093A6017D0BD1E8B35337F2BBCFF96410BD73F1554CD6BE0CAE4E4608
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_9.1.0196_x86.zip"
file64 = "$toolsDir\gvim_9.1.0196_x64.zip"
file = "$toolsDir\gvim_9.1.0198_x86.zip"
file64 = "$toolsDir\gvim_9.1.0198_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>9.1.0196</version>
<version>9.1.0198</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 94292e8

Please sign in to comment.