Skip to content

Commit

Permalink
AU: 1 updated - nomacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 24, 2017
1 parent 67362d5 commit e138717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/nomacs/nomacs.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</id>
<version>3.4.0</version>
<version>3.6.1</version>
<title>nomacs Image Lounge</title>
<owners>chocolatey</owners>
<authors>Markus Diem, Stefan Fiel, Florian Kleber</authors>
Expand Down Expand Up @@ -59,7 +59,7 @@ See detailed nomacs [features page](http://nomacs.org/features/).
- If you are installing **behind the proxy**, you will need to configure proxy settings in the installer manually (via Settings button) during the installation. You can use [nomacs.portable](https://chocolatey.org/packages/nomacs.portable) as alternative in such scenario.
</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.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
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

Expand All @@ -7,8 +7,8 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://download.nomacs.org/nomacs-setup.exe'
url64bit = 'http://download.nomacs.org/nomacs-setup.exe'
checksum = '580702af8d677d0172812f9c906e25686b2a0fd057a7e05ca6fbafbefa797967'
checksum64 = '580702af8d677d0172812f9c906e25686b2a0fd057a7e05ca6fbafbefa797967'
checksum = 'd3d13450ddff8d368d844e1232f3df23858201cf795fbd742d2e3699cafdf1be'
checksum64 = 'd3d13450ddff8d368d844e1232f3df23858201cf795fbd742d2e3699cafdf1be'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '--script "{0}\install-script.js"' -f $toolsPath
Expand Down

0 comments on commit e138717

Please sign in to comment.