From 90c22801679013a6fb9710c0c9a7d361a53a8e84 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 17 May 2021 16:24:40 +0000 Subject: [PATCH] AU: 2 updated - cudatext vuescan [skip ci] https://gist.github.com/393704c64c2344f0f8e029cd57bebd2b --- automatic/cudatext/cudatext.nuspec | 2 +- automatic/cudatext/legal/VERIFICATION.txt | 4 ++-- automatic/cudatext/tools/chocolateyinstall.ps1 | 2 +- automatic/vuescan/info | 2 +- automatic/vuescan/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vuescan/vuescan.nuspec | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/cudatext/cudatext.nuspec b/automatic/cudatext/cudatext.nuspec index ad1eccd3d..5ff62f640 100644 --- a/automatic/cudatext/cudatext.nuspec +++ b/automatic/cudatext/cudatext.nuspec @@ -3,7 +3,7 @@ cudatext - 1.133.0.8 + 1.133.1.0 https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext chtof CudaText diff --git a/automatic/cudatext/legal/VERIFICATION.txt b/automatic/cudatext/legal/VERIFICATION.txt index 2ff478c1f..6a915060c 100644 --- a/automatic/cudatext/legal/VERIFICATION.txt +++ b/automatic/cudatext/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://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.133.0.8.zip + x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.133.1.0.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' checksum type: sha256 - checksum64: 2555C3CCEFCB6CC5B71155D55C00C370DF93FCD6F31C75B386857B1257158371 + checksum64: 2EE7835839F70CF0B517D1200A58B2867EC36A4316963E49BB1F33A74A521759 File 'LICENSE.txt' is obtained from: https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt diff --git a/automatic/cudatext/tools/chocolateyinstall.ps1 b/automatic/cudatext/tools/chocolateyinstall.ps1 index 161434187..8f7fbea50 100644 --- a/automatic/cudatext/tools/chocolateyinstall.ps1 +++ b/automatic/cudatext/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' } $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = $pp['InstallationPath'] - file64 = "$toolsDir\cudatext-win-x64-1.133.0.8.zip" + file64 = "$toolsDir\cudatext-win-x64-1.133.1.0.zip" } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/vuescan/info b/automatic/vuescan/info index d34f578c0..362aaadc8 100644 --- a/automatic/vuescan/info +++ b/automatic/vuescan/info @@ -1 +1 @@ -"5621ed4c823326fb8f4a6f74cc5d38b4"|9.7.54 +"6e31c1f7bb138984621c5b082936be06"|9.7.55 diff --git a/automatic/vuescan/tools/chocolateyInstall.ps1 b/automatic/vuescan/tools/chocolateyInstall.ps1 index 943cc6346..8ee60448f 100644 --- a/automatic/vuescan/tools/chocolateyInstall.ps1 +++ b/automatic/vuescan/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName url = 'https://www.hamrick.com/files/vuex3297.exe' - checksum = '3512c75381251e133f03f1cf93cb20e2cb6068baab1beab1ca5b1bf4b48d34ae' + checksum = '58c6346809be8e37db3955de3983d1835587055593634650acea8a7580285ed7' checksumType = 'sha256' url64 = 'https://www.hamrick.com/files/vuex6497.exe' - checksum64 = 'd85cfa129fa1232134e2fd2d5247af42f82628b445ab411d5859cdb28f341300' + checksum64 = 'cdfa7fda6c21d7e43bd66d0093501cc36b3410a616423d6b2994e5bb28c3d511' checksumType64 = 'sha256' } diff --git a/automatic/vuescan/vuescan.nuspec b/automatic/vuescan/vuescan.nuspec index 935f22f8c..c07bfb160 100644 --- a/automatic/vuescan/vuescan.nuspec +++ b/automatic/vuescan/vuescan.nuspec @@ -3,7 +3,7 @@ vuescan - 9.7.54 + 9.7.55 https://github.com/chtof/chocolatey-packages/tree/master/automatic/vuescan chtof VueScan