From 0cd84a5d526dffc3f5170ce0ff29e6543437ef33 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 20 Nov 2018 18:13:32 +0000 Subject: [PATCH] AU: 2 updated - nomacs poi [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4416b60d3be74f3cb967092755cacf4170bf0df5 --- automatic/nomacs/README.md | 2 +- automatic/nomacs/legal/VERIFICATION.txt | 2 +- automatic/nomacs/nomacs.nuspec | 6 +++--- automatic/nomacs/tools/chocolateyInstall.ps1 | 6 +++--- automatic/poi/legal/VERIFICATION.txt | 4 ++-- automatic/poi/poi.nuspec | 4 ++-- automatic/poi/tools/chocolateyinstall.ps1 | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/nomacs/README.md b/automatic/nomacs/README.md index 35a587d99d6..2d386a7c107 100644 --- a/automatic/nomacs/README.md +++ b/automatic/nomacs/README.md @@ -1,4 +1,4 @@ -# [nomacs](https://chocolatey.org/packages/nomacs) +# [nomacs](https://chocolatey.org/packages/nomacs) nomacs is a free image viewer for windows, linux, and mac systems, which is licensed under the GNU General Public License v3. nomacs is small, fast and able to handle the most common image formats including RAW images. Additionally it is possible to synchronize multiple viewers. A synchronization of viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences (e.g. schemes of architects to show the progress). diff --git a/automatic/nomacs/legal/VERIFICATION.txt b/automatic/nomacs/legal/VERIFICATION.txt index aaf8f4011a9..aea3497876d 100644 --- a/automatic/nomacs/legal/VERIFICATION.txt +++ b/automatic/nomacs/legal/VERIFICATION.txt @@ -17,7 +17,7 @@ Package can be verified like this: - Use Chocolatey utility 'checksum.exe' checksum32: 6ED9BC2696F3257A5F2110000BA222040676B6F995757DFB163C93AA0256E893 - checksum64: 82D3E5F69DC9AFFED5B1385952535F3AF3E4B2DE665A81A850468D647886736B + checksum64: 2F15D7AB72F0F43A196E55DD5A818A80C37F3C3F21139557E325D9E3AF4D41B7 Using AU: diff --git a/automatic/nomacs/nomacs.nuspec b/automatic/nomacs/nomacs.nuspec index 1c537e82de2..e312c7b402f 100644 --- a/automatic/nomacs/nomacs.nuspec +++ b/automatic/nomacs/nomacs.nuspec @@ -3,13 +3,13 @@ nomacs - 3.8.0 + 3.12.1 nomacs Image Lounge chocolatey Markus Diem, Stefan Fiel, Florian Kleber https://www.gnu.org/licenses/gpl.html https://nomacs.org/ - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg false Open source image viewer - https://github.com/nomacs/nomacs/releases/tag/3.8.0 + https://github.com/nomacs/nomacs/releases/tag/3.12.1 Markus Diem, Stefan Fiel, Florian Kleber admin image editor viewer jpg png svg foss cross-platform https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/nomacs diff --git a/automatic/nomacs/tools/chocolateyInstall.ps1 b/automatic/nomacs/tools/chocolateyInstall.ps1 index 7a1f3a8a39b..752fe21e474 100644 --- a/automatic/nomacs/tools/chocolateyInstall.ps1 +++ b/automatic/nomacs/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'nomacs' fileType = 'msi' - file = gi $toolsPath\*-x86.msi - file64 = gi $toolsPath\*-x64.msi + file = Get-Item $toolsPath\*-x86.msi + file64 = Get-Item $toolsPath\*-x64.msi silentArgs = '/quiet /norestart /log "{0}/setup.log"' -f (Get-PackageCacheLocation) validExitCodes = @(0) softwareName = 'nomacs*' } Install-ChocolateyInstallPackage @packageArgs -rm $toolsPath\*.msi -ea 0 +Remove-Item $toolsPath\*.msi -ea 0 diff --git a/automatic/poi/legal/VERIFICATION.txt b/automatic/poi/legal/VERIFICATION.txt index 534e7faa3a9..48b550ba12e 100644 --- a/automatic/poi/legal/VERIFICATION.txt +++ b/automatic/poi/legal/VERIFICATION.txt @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from the github release page on and can be verified like this: -1. Go to +1. Go to to download the installer 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 219CC1C444B17B3CAD412685220FD3CD00816D421382BEEA9D1BEBBFC0D36788 + checksum: 943DC5E1622262056EB75448EE5B7CAED7D0055939E672005E951DD2D7A9E5AD File 'LICENSE.txt' is obtained from diff --git a/automatic/poi/poi.nuspec b/automatic/poi/poi.nuspec index 04088313883..6c74820474d 100644 --- a/automatic/poi/poi.nuspec +++ b/automatic/poi/poi.nuspec @@ -3,7 +3,7 @@ poi - 9.0.3 + 9.0.4 chocolatey, drelatgithub https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/poi @@ -39,7 +39,7 @@ More information could be obtained [here](https://github.com/poooi/poi/blob/mast - Daily equipment improvement list for Akashi's Arsenal - Multiple panels for other DMM games ]]> - https://github.com/poooi/poi/releases/tag/v9.0.3 + https://github.com/poooi/poi/releases/tag/v9.0.4 diff --git a/automatic/poi/tools/chocolateyinstall.ps1 b/automatic/poi/tools/chocolateyinstall.ps1 index 5ec40a1f510..ac2eb3b49c5 100644 --- a/automatic/poi/tools/chocolateyinstall.ps1 +++ b/automatic/poi/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\poi-setup-9.0.3.exe" + file = "$toolsDir\poi-setup-9.0.4.exe" softwareName = 'poi*'