From b745b4dae46e6e81dad1315fcb8e1d8ae6d795da Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 19 Nov 2021 00:25:08 +0000 Subject: [PATCH] AU: 1 updated - cudatext [skip ci] https://gist.github.com/393704c64c2344f0f8e029cd57bebd2b/e10086feeb2d82786d36f6572c95da16962aaa7c --- automatic/cudatext/cudatext.nuspec | 2 +- automatic/cudatext/legal/VERIFICATION.txt | 4 ++-- automatic/cudatext/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/cudatext/cudatext.nuspec b/automatic/cudatext/cudatext.nuspec index 15daabfe4..4d72de0f7 100644 --- a/automatic/cudatext/cudatext.nuspec +++ b/automatic/cudatext/cudatext.nuspec @@ -3,7 +3,7 @@ cudatext - 1.149.0.0 + 1.149.2.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 40459ba84..4add5e673 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.149.0.0.zip + x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.149.2.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: F23E2F56830350C0DDAD8462B70FED1BA7B26448F32C5E22F4A4F05DAD217772 + checksum64: 6880346868F63F6B8E6BFCB547C70CA24D4B280487408F47911BE889C4F00CE7 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 3b07050e9..6204909a0 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.149.0.0.zip" + file64 = "$toolsDir\cudatext-win-x64-1.149.2.0.zip" } Get-ChocolateyUnzip @packageArgs