Skip to content

Commit

Permalink
AU: 1 updated - klayout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 23, 2022
1 parent 89ca4e1 commit 9d90485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.28.1</version>
<version>0.28.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.28.1-win32-install.exe'
checksum = '71828bca67ad23a2b7e2c96a046be0bd0a999b6fab97b44d9c8f13324eff9132'
url = 'https://www.klayout.org/downloads/Windows/klayout-0.28.2-win32-install.exe'
checksum = 'd2397545cdde4d730b4d03adc0b24ca6ec3fa961fcc7cceda49fe6a99e3acc9c'
checksumType = 'sha256'

url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.28.1-win64-install.exe'
checksum64 = '4e5ed6f80c3600b47b549673a532c4779ffee9d75acc62fa22fe88f58d92a682'
url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.28.2-win64-install.exe'
checksum64 = '73146a1ac4716c2c638c982bdcace694bde5ef7274e09a70707dee2bb7c43d5f'

checksumType64= 'sha256'

Expand Down

0 comments on commit 9d90485

Please sign in to comment.