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 May 30, 2024
1 parent 60a8c8e commit 7f6a9d2
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.3/SweetHome3D-7.3-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-7.4/SweetHome3D-7.4-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: 5CC1175444F4134024F474623001D7D8E6B99CD0E80B20E585893E1677EFF53B
checksum: 3AF34667F1A9110662B9028C71132149409B1ED4FD4FC590B5106FEE8EA1F241

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.3</version>
<version>7.4</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.3-windows.exe"
file = "$toolsPath\SweetHome3D-7.4-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit 7f6a9d2

Please sign in to comment.