Skip to content

Commit

Permalink
AU: 1 updated - wings3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 10, 2023
1 parent 7477826 commit 7775649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/wings3d/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://versaweb.dl.sourceforge.net/project/wings/wings/2.2.9/wings-2.2.9.exe
x64: https://phoenixnap.dl.sourceforge.net/project/wings/wings/2.2.9/wings-x64-2.2.9.exe
x32: https://cytranet.dl.sourceforge.net/project/wings/wings/2.3/wings-2.3.exe
x64: https://zenlayer.dl.sourceforge.net/project/wings/wings/2.3/wings-x64-2.3.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: C29A21A0780C4574AAA0D5743E096C51C644BB6FE563EFAD40A37A9736F4AF4F
checksum64: 0DB9D67B276BAD79433D53533639198861D7AFB1ACAB166ABF4DCE64E318E22C
checksum32: EE9078DAD767DE4EAF0C9DFD85C93753A6C3FAD822A83A66F40730EC0BB29D29
checksum64: 5E425B2E91DD03DEB88697E0050EE6B3C1C31292B4A65D58FCDBFA6739270394

Using AU:

Expand Down
4 changes: 2 additions & 2 deletions automatic/wings3d/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\wings-2.2.9.exe"
file64 = "$toolsDir\wings-x64-2.2.9.exe"
file = "$toolsDir\wings-2.3.exe"
file64 = "$toolsDir\wings-x64-2.3.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/wings3d/wings3d.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>wings3d</id>
<version>2.2.9</version>
<version>2.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/wings3d</packageSourceUrl>
<owners>chtof</owners>
<title>Wings 3D</title>
Expand Down

0 comments on commit 7775649

Please sign in to comment.