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 Mar 31, 2023
1 parent 80a04c5 commit ba0f42e
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.22</version>
<version>6.5.23</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.22.exe'
url64bit = 'https://image.easyeda.com/files/easyeda-windows-x64-6.5.22.exe'
url = 'https://image.easyeda.com/files/easyeda-windows-ia32-6.5.23.exe'
url64bit = 'https://image.easyeda.com/files/easyeda-windows-x64-6.5.23.exe'

softwareName = 'easyeda*'

checksum = 'b7705c9a3477feb5680e148f61ea793887a51f6560a63f420335afc2432b7f99'
checksum = 'f65bd7614a9b3bb8c3e22fd9688e847310e0a2292a7954347bf1c06085ef380b'
checksumType = 'sha256'
checksum64 = '48c1938dff4512a1fb70bfbfbe895d721b28e47c845549aa74416ee0dc31d075'
checksum64 = '3407e54a37d2ceee5f0a78cc1c6ab2de96b6b47e9362a916506c8cbe2e15a9e1'
checksumType64= 'sha256'
validExitCodes= @(0, 3010, 1641)
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit ba0f42e

Please sign in to comment.