Skip to content

Commit

Permalink
AU: 2 updated - invoke-build yed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 17, 2019
1 parent b4bbf22 commit 518e7e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion invoke-build/invoke-build.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>invoke-build</id>
<title>Invoke-Build</title>
<version>5.5.3</version>
<version>5.5.5</version>
<authors>Roman Kuzmin</authors>
<owners>Miodrag Milic</owners>
<summary>Invoke-Build is a build and test automation tool</summary>
Expand Down
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.19.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.19.zip'
checksum = '1595816007ced156d21576691fe5247135d85d674231a708a49553de685c65e3'
checksum64 = '1595816007ced156d21576691fe5247135d85d674231a708a49553de685c65e3'
url = 'https://www.yworks.com/resources/yed/demo/yEd-3.19.1.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.19.1.zip'
checksum = '19ccb355bd22702e4e1d2dbb976e21acb2d8baeca4c9d4a3574e5876f8fd3308'
checksum64 = '19ccb355bd22702e4e1d2dbb976e21acb2d8baeca4c9d4a3574e5876f8fd3308'
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.19.0.20191001</version>
<version>3.19.1</version>
<authors>yWorks</authors>
<owners>Miodrag Milic</owners>
<summary>yEd Graph Editor: High-quality diagrams made easy</summary>
Expand Down

0 comments on commit 518e7e2

Please sign in to comment.