Skip to content

Commit

Permalink
AU: 1 updated - sweet-home-3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 12, 2018
1 parent 27f05d8 commit 07f3b6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/sweet-home-3d/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.sweethome3d.com/download.jsp>
and can be verified by doing the following:

1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-5.7/SweetHome3D-5.7-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.0/SweetHome3D-6.0-windows.exe/download>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: AD5244BB2343850AF312D0F1254D3397316530251AAE8184EEA299731A545996
checksum: E935165091EF8584494D95AE09CCE7B1BF9AC9F6B701DCAF728F1BB6F7B0B0E2

The file 'LICENSE.txt' has been obtained from <http://www.sweethome3d.com/license.jsp>
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/sweet-home-3d.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>sweet-home-3d</id>
<version>5.7</version>
<version>6.0</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey</owners>
<title>Sweet Home 3D</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'sweet-home-3d'
fileType = 'exe'
file = "$toolsPath\SweetHome3D-5.7-windows.exe"
file = "$toolsPath\SweetHome3D-6.0-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit 07f3b6e

Please sign in to comment.