Skip to content

Commit

Permalink
AU: 1 updated - easyeda
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 20, 2023
1 parent d5de45f commit 43fa625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion easyeda/easyeda.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>easyeda</id>
<version>6.5.37</version>
<version>6.5.39</version>
<packageSourceUrl>https://github.com/w0/au-packages/tree/master/easyeda</packageSourceUrl>
<owners>wizard</owners>
<title>EasyEDA</title>
Expand Down
8 changes: 4 additions & 4 deletions easyeda/tools/chocolateyinstall.ps1
Expand Up @@ -6,14 +6,14 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://image.easyeda.com/files/easyeda-windows-ia32-6.5.37.exe'
url64bit = 'https://image.easyeda.com/files/easyeda-windows-x64-6.5.37.exe'
url = 'https://image.easyeda.com/files/easyeda-windows-ia32-6.5.39.exe'
url64bit = 'https://image.easyeda.com/files/easyeda-windows-x64-6.5.39.exe'

softwareName = 'easyeda*'

checksum = '48e6f34f5ee3eecf5e88df7fdb477fe5bff15895374aa6022d9ba100b9103b47'
checksum = '9658ffe2d04c4f94e1f33c326052816494af014ee9d84f42a52a29a7f3743eff'
checksumType = 'sha256'
checksum64 = '9ee1ae2e4965f27eb1bc069c2444d0e4303590ebece9ac575e577c20ff077ce0'
checksum64 = '763e709d87eece6704fc43f8f7121f27ee8a661e895af55248db891e5e123036'
checksumType64= 'sha256'
validExitCodes= @(0, 3010, 1641)
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 43fa625

Please sign in to comment.