Skip to content

Commit

Permalink
AU: 2 updated - nomacs poi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 20, 2018
1 parent d25de04 commit 0cd84a5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/nomacs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg" width="48" height="48"/> [nomacs](https://chocolatey.org/packages/nomacs)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg" width="48" height="48"/> [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).
Expand Down
2 changes: 1 addition & 1 deletion automatic/nomacs/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum32: 6ED9BC2696F3257A5F2110000BA222040676B6F995757DFB163C93AA0256E893
checksum64: 82D3E5F69DC9AFFED5B1385952535F3AF3E4B2DE665A81A850468D647886736B
checksum64: 2F15D7AB72F0F43A196E55DD5A818A80C37F3C3F21139557E325D9E3AF4D41B7

Using AU:

Expand Down
6 changes: 3 additions & 3 deletions automatic/nomacs/nomacs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nomacs</id>
<version>3.8.0</version>
<version>3.12.1</version>
<title>nomacs Image Lounge</title>
<owners>chocolatey</owners>
<authors>Markus Diem, Stefan Fiel, Florian Kleber</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl.html</licenseUrl>
<projectUrl>https://nomacs.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bcd6e5bad67c9a360b1e9bc9a1ccfedfd4e57fdd/icons/nomacs.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
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).
Expand Down Expand Up @@ -54,7 +54,7 @@ nomacs is a free image viewer for windows, linux, and mac systems, which is lice
See detailed nomacs [features page](http://nomacs.org/features/).
]]></description>
<summary>Open source image viewer</summary>
<releaseNotes>https://github.com/nomacs/nomacs/releases/tag/3.8.0</releaseNotes>
<releaseNotes>https://github.com/nomacs/nomacs/releases/tag/3.12.1</releaseNotes>
<copyright>Markus Diem, Stefan Fiel, Florian Kleber</copyright>
<tags>admin image editor viewer jpg png svg foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/nomacs</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nomacs/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions automatic/poi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the github release page on <https://github.com/poooi/poi/releases>
and can be verified like this:

1. Go to <https://github.com/poooi/poi/releases/download/v9.0.3/poi-setup-9.0.3.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v9.0.4/poi-setup-9.0.4.exe>
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 <https://github.com/poooi/poi/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/poi/poi.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>poi</id>
<version>9.0.3</version>
<version>9.0.4</version>
<owners>chocolatey, drelatgithub</owners>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/poi</packageSourceUrl>

Expand Down Expand Up @@ -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
]]></description>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v9.0.3</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v9.0.4</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/poi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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*'

Expand Down

0 comments on commit 0cd84a5

Please sign in to comment.