Skip to content

Commit

Permalink
AU: 1 updated - cudatext
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2022
1 parent 8053091 commit c1c2d36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/cudatext/cudatext.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cudatext</id>
<version>1.165.0.0</version>
<version>1.165.0.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext</packageSourceUrl>
<owners>chtof</owners>
<title>CudaText</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cudatext/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.165.0.0.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.165.0.3.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: EFB0F908BCB7A6A8048043415C888B7698C6B7122AFABA2103376E38F8E28F7C
checksum64: 31F0CAA09CB51F85A4B1205E6F6E2A51EA4BA2F1EBFEC6E912CF7C6FA78DCBE0

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt
2 changes: 1 addition & 1 deletion automatic/cudatext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $pp['InstallationPath']
file64 = "$toolsDir\cudatext-win-x64-1.165.0.0.zip"
file64 = "$toolsDir\cudatext-win-x64-1.165.0.3.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit c1c2d36

Please sign in to comment.