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 Community committed Jul 31, 2022
1 parent b050571 commit b2ddb4b
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-7.0/SweetHome3D-7.0-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-7.0.2/SweetHome3D-7.0.2-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: 64EF5633A4A6DC53A51DD7A9B47D157BB7D85D73814CE9E81E0518DBA42F0480
checksum: 9FDAE6F8194EAC5557A5F4672551CAFC4101BD606EE1D7E939EB1E48D084E868

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>7.0</version>
<version>7.0.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey-community</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-7.0-windows.exe"
file = "$toolsPath\SweetHome3D-7.0.2-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit b2ddb4b

Please sign in to comment.