diff --git a/automatic/automouseclick/automouseclick.nuspec b/automatic/automouseclick/automouseclick.nuspec index 5787ee263..3f423d895 100644 --- a/automatic/automouseclick/automouseclick.nuspec +++ b/automatic/automouseclick/automouseclick.nuspec @@ -3,7 +3,7 @@ automouseclick - 99.1.4.20220704 + 99.1.4.20220707 https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick chtof Auto Mouse Click diff --git a/automatic/automouseclick/tools/chocolateyinstall.ps1 b/automatic/automouseclick/tools/chocolateyinstall.ps1 index de1315a26..813158e9f 100644 --- a/automatic/automouseclick/tools/chocolateyinstall.ps1 +++ b/automatic/automouseclick/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe' - checksum = '6A3F4DCD322BEAA6C40B9130BB089FC853CEB8C18D7AA95D2E99DA14DBC52029' + checksum = 'D93934C83931AC5514E313C99DEFFB54757CD111E2F5CEBC2A4B37E680758D81' checksumType = 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/vcvrack/legal/VERIFICATION.txt b/automatic/vcvrack/legal/VERIFICATION.txt index 206616f2a..4335473bc 100644 --- a/automatic/vcvrack/legal/VERIFICATION.txt +++ b/automatic/vcvrack/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy. Package can be verified like this: 1. Download: - x64: https://vcvrack.com/downloads/RackFree-2.0.6-win.exe + x64: https://vcvrack.com/downloads/RackFree-2.1.2-win.exe 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: 45A8207EBD6BF886F892817742F63991B8C9AA72F0A430224F29F6D9A2A96A97 + checksum64: 54E98B77D49D2EFD046925FF18C6C309097D89DF4AEFBC4D686945A7F1BF4D8A File 'LICENSE.txt' is obtained from: https://raw.githubusercontent.com/VCVRack/Rack/v1/LICENSE.md diff --git a/automatic/vcvrack/tools/chocolateyinstall.ps1 b/automatic/vcvrack/tools/chocolateyinstall.ps1 index 0fdaf84e5..c60b14771 100644 --- a/automatic/vcvrack/tools/chocolateyinstall.ps1 +++ b/automatic/vcvrack/tools/chocolateyinstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName - file64 = "$toolsDir\RackFree-2.0.6-win.exe" + file64 = "$toolsDir\RackFree-2.1.2-win.exe" silentArgs = '/S' } diff --git a/automatic/vcvrack/vcvrack.nuspec b/automatic/vcvrack/vcvrack.nuspec index d61bbe7ca..2246484b7 100644 --- a/automatic/vcvrack/vcvrack.nuspec +++ b/automatic/vcvrack/vcvrack.nuspec @@ -3,7 +3,7 @@ vcvrack - 2.0.6 + 2.1.2 https://github.com/chtof/chocolatey-packages/tree/master/automatic/vcvrack chtof VCV Rack