Skip to content

Commit

Permalink
AU: 2 updated - cudatext klayout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 22, 2021
1 parent dc5820e commit ecbc62d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.134.3.0</version>
<version>1.134.4.1</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.134.3.0.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.134.4.1.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: 48DBA391813EEB1B81AA7E6F99A102D99EA419FE40B79FC972FBD1EA5F796B1F
checksum64: 9D0033F2F6FAB147662FF553991F07EFAA116D8D87007390B3FED7AA8B715F8B

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

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/klayout/klayout.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>klayout</id>
<version>0.27.1</version>
<version>0.27.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/klayout</packageSourceUrl>
<owners>chtof</owners>
<title>KLayout</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/klayout/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.klayout.org/downloads/Windows/klayout-0.27.1-win32-install.exe'
checksum = 'b0ca7bd0856db8e3ed153621539f3406587f39e2300b1591f1eb39574dd172ba'
url = 'https://www.klayout.org/downloads/Windows/klayout-0.27.2-win32-install.exe'
checksum = 'ac2ae29c55d6c87ddbf98ffb20ab4dbc934f72915fdedbbc09cc3486f3fa63f0'
checksumType = 'sha256'

url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.27.1-win64-install.exe'
checksum64 = '476e604e3eb684a56b79e1aa04d66ecae9f355a85072fdb4cdd710f09d1b2d69'
url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.27.2-win64-install.exe'
checksum64 = '93738c23dedc90f0bd4164841780f5910217fca7812851a19a4ad6a8c8f296cb'

checksumType64= 'sha256'

Expand Down

0 comments on commit ecbc62d

Please sign in to comment.