Skip to content

Commit

Permalink
AU: 2 updated - cudatext jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 20, 2022
1 parent 91cf33b commit b3d264f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.173.0.0</version>
<version>1.173.2.0</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.173.0.0.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.173.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: 385E608A911E0445A3492A28EEE894EECF97BEBCC44682B9DD77C8E8609C1699
checksum64: 334DA43BB3EF9C51CFB76E515B06BFE7433984AC46E762CFDD0051DD9440B2D0

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.173.0.0.zip"
file64 = "$toolsDir\cudatext-win-x64-1.173.2.0.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/jekyll/jekyll.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>jekyll</id>
<version>4.2.2</version>
<version>4.3.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jekyll</packageSourceUrl>
<owners>chtof</owners>
<title>Jekyll</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/jekyll/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
refreshenv
ridk install 3
gem install bundler
gem install jekyll -v 4.2.2
gem install jekyll -v 4.3.0

Write-Warning @'
### Jekyll - QUICKSTART ###
Expand Down

0 comments on commit b3d264f

Please sign in to comment.