From 07f3b6e28aa8bb7974603ad1617fa55f16cadcaf Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 12 Oct 2018 06:10:18 +0000 Subject: [PATCH] AU: 1 updated - sweet-home-3d [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1edd0dbf4c0e36267e2b10fafcfd210882f09985 --- automatic/sweet-home-3d/legal/VERIFICATION.txt | 4 ++-- automatic/sweet-home-3d/sweet-home-3d.nuspec | 2 +- automatic/sweet-home-3d/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/sweet-home-3d/legal/VERIFICATION.txt b/automatic/sweet-home-3d/legal/VERIFICATION.txt index 6e756622197..b9aa92b79f2 100644 --- a/automatic/sweet-home-3d/legal/VERIFICATION.txt +++ b/automatic/sweet-home-3d/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 diff --git a/automatic/sweet-home-3d/sweet-home-3d.nuspec b/automatic/sweet-home-3d/sweet-home-3d.nuspec index fca1a92999f..35fdaed2dae 100644 --- a/automatic/sweet-home-3d/sweet-home-3d.nuspec +++ b/automatic/sweet-home-3d/sweet-home-3d.nuspec @@ -3,7 +3,7 @@ sweet-home-3d - 5.7 + 6.0 https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d chocolatey Sweet Home 3D diff --git a/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 b/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 index 09ce37b6ba7..015f5e29aed 100644 --- a/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 +++ b/automatic/sweet-home-3d/tools/chocolateyInstall.ps1 @@ -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)