diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index 75cd92f64ff..254c603fd42 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,5 +1,5 @@ { "1.1": "1.1.37.02", "2.0": "2.0.12", - "2.1": "2.1-alpha8" + "2.1": "2.1-alpha9" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index aa4b700e157..c8d6f8abb4f 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 2.0.12 + 2.1-alpha9 AutoHotkey (Portable) chocolatey-community Lexikos diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index 5d76711fd7f..fe7bd0ce6f9 100644 --- a/automatic/autohotkey.portable/tools/VERIFICATION.txt +++ b/automatic/autohotkey.portable/tools/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip - x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip + x32: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.9.zip + x64: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.9.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90 - checksum64: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90 + checksum32: 9C67DB1983121500E5DC6C2C7D23FD8202819BF6C00CE3119E5B772A40513893 + checksum64: 9C67DB1983121500E5DC6C2C7D23FD8202819BF6C00CE3119E5B772A40513893 Using Chocolatey AU: - Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip + Get-RemoteChecksum https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.9.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index 7d620600e69..651c63c5dcd 100644 --- a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 +++ b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$fileName = 'AutoHotkey_2.0.12.zip' +$fileName = 'AutoHotkey_2.1-alpha.9.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName diff --git a/automatic/youtube-dl/legal/VERIFICATION.txt b/automatic/youtube-dl/legal/VERIFICATION.txt index be81f93deae..6207f68a9e0 100644 --- a/automatic/youtube-dl/legal/VERIFICATION.txt +++ b/automatic/youtube-dl/legal/VERIFICATION.txt @@ -2,15 +2,15 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer has been downloaded from their official download link listed on +The installer has been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha512 - checksum: 8e2cca5f49b09a97348942a49870ec635b161dea8a9077aa6e6503bdd1554bc5af69fa53f2141518ee8c06019cdb5c77e6d8b0a1ded72cde36a9719485f4c27e + checksum: 19f7dd77b915d320d724af9b48558b0a87fd60d2aed3273e742cbba25686df0a3cb3b1a34822ef1ff4a9a71ffca0353fa58573f4eebedb354016f0576e56548b File 'LICENSE.txt' is obtained from diff --git a/automatic/youtube-dl/youtube-dl.nuspec b/automatic/youtube-dl/youtube-dl.nuspec index a8ec7aeb593..7f0d27ace40 100644 --- a/automatic/youtube-dl/youtube-dl.nuspec +++ b/automatic/youtube-dl/youtube-dl.nuspec @@ -3,7 +3,7 @@ youtube-dl - 2024.03.13-nightly + 2024.03.24-nightly youtube-dl chocolatey-community Ricardo Garcia and others