Skip to content

Commit

Permalink
AU: 1 updated - roomarranger
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 25, 2023
1 parent b1ac8ff commit 514d031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions automatic/roomarranger/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://www.roomarranger.com/prg/rooarr962_64bit.exe
x64: https://f000.backblazeb2.com/file/rooarr/rooarr972_64bit.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
checksum64: C5D115886BBE8557C6E25BFA8CC340AD4F8933ABAD0C9075D14108DA412D6B2B
checksum type: sha256
checksum64: F3E3F6BAD80057B54C608D60D507EE218DBF44AA1C47CD4F39441BCD204EFDBA

File 'LICENSE.txt' is obtained from:
http://www.roomarranger.com/wiki/doku.php?id=license_agreement
2 changes: 1 addition & 1 deletion automatic/roomarranger/roomarranger.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>roomarranger</id>
<version>9.6.2</version>
<version>9.7.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/roomarranger</packageSourceUrl>
<owners>chtof</owners>
<title>Room Arranger</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/roomarranger/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file64 = "$toolsDir\rooarr962_64bit.exe"
file64 = "$toolsDir\rooarr972_64bit.exe"
silentArgs = '/S'
}

Expand Down

0 comments on commit 514d031

Please sign in to comment.