Skip to content

Commit

Permalink
AU: 1 updated - nomacs.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 23, 2017
1 parent 45408b5 commit 08082c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/nomacs.portable/nomacs.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nomacs.portable</id>
<version>3.4.0</version>
<version>3.6.0</version>
<title>nomacs Image Lounge</title>
<owners>chocolatey</owners>
<authors>Markus Diem, Stefan Fiel, Florian Kleber</authors>
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.4.0</releaseNotes>
<releaseNotes>https://github.com/nomacs/nomacs/releases/tag/3.6.0</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
4 changes: 2 additions & 2 deletions automatic/nomacs.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x64: http://download.nomacs.org/portable/nomacs-3.4.0.zip
x64: http://download.nomacs.org/portable/nomacs-3.6.0.zip

to download the zip.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: B0A016CC37BD08CE2CC3B180FB4B73E10F03688DB78C96B319EF090BFAC11C50
checksum64: 29FA01FADBACB55DAFEEB60649D065D4BD44B48C68A44D3383D716D68D5ADBDD
4 changes: 2 additions & 2 deletions automatic/nomacs.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

if ((Get-ProcessorBits 32) -or ($env:chocolateyForceX86 -eq 'true')) {
throw "This package doesn't support 32bit architecture"
}

$fileName = 'nomacs-3.4.0.zip'
$fileName = 'nomacs-3.6.0.zip'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
ls $toolsPath\* | ? { $_.PSIsContainer } | rm -Force -Recurse
Expand Down

0 comments on commit 08082c6

Please sign in to comment.