Skip to content

Commit

Permalink
AU: 1 updated - yed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 13, 2021
1 parent 9a77508 commit 8c9d9e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions yed/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ rm $toolsDir\yed-* -Recurse -ea 0

$packageArgs = @{
packageName = 'yed'
url = 'https://www.yworks.com/resources/yed/demo/yEd-3.20.1.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.20.1.zip'
checksum = 'f1b8c878e45d476fd99e950c3469e7d7d9b433dab4efad8c1f8938dec9e2d897'
checksum64 = 'f1b8c878e45d476fd99e950c3469e7d7d9b433dab4efad8c1f8938dec9e2d897'
url = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.21.zip'
checksum = 'c32867ff8cf81332c97a0abceea79c8b7383be356f6c0a3fb250393683153d98'
checksum64 = 'c32867ff8cf81332c97a0abceea79c8b7383be356f6c0a3fb250393683153d98'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
Expand Down
2 changes: 1 addition & 1 deletion yed/yed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>yed</id>
<title>yEd</title>
<version>3.20.1</version>
<version>3.21</version>
<authors>yWorks</authors>
<owners>Miodrag Milic</owners>
<summary>yEd Graph Editor: High-quality diagrams made easy</summary>
Expand Down

0 comments on commit 8c9d9e8

Please sign in to comment.