Skip to content

Commit

Permalink
AU: 3 updated - xnviewmp xnviewmp.install xnviewmp.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 25, 2021
1 parent badd9a1 commit ebb2b1a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/xnviewmp.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = 'xnviewmp.install'
fileType = 'exe'
url = 'https://download.xnview.com/old_versions/XnViewMP-0981-win.exe'
url64bit = 'https://download.xnview.com/old_versions/XnViewMP-0981-win-x64.exe'
checksum = 'b5e5e34614ace8d6c5357ac95a20e777a075d906509f67f6c9e2575b87bb00e4'
url = 'https://download.xnview.com/old_versions/XnViewMP-0982-win.exe'
url64bit = 'https://download.xnview.com/old_versions/XnViewMP-0982-win-x64.exe'
checksum = '200938cc4a90f8e74f901b1ab25737330dde11a78f4b53eef04bb59c86e4a7ab'
checksumType = 'sha256'
checksum64 = '2d19baf6acf0963437655be3075a6bde7b628662873e481265e36951fae54270'
checksum64 = 'f58c80028729e095c86e71873dc902339158d9102b75fb0c5835120e9d0feeab'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/xnviewmp.install/xnviewmp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>xnviewmp.install</id>
<title>XnViewMP (Install)</title>
<version>0.98.1</version>
<version>0.98.2</version>
<authors>Gougelet Pierre-Emmanuel</authors>
<owners>Vaquero</owners>
<summary>XnViewMP is the enhanced version to [XnView](https://chocolatey.org/packages/XnView). It is a powerful cross-platform media browser, viewer and converter. Compatible with more than [500 formats](http://www.xnview.com/en/xnviewmp/#formats).</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/xnviewmp.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

$packageArgs = @{
packageName = 'xnviewmp.portable'
url = 'https://download.xnview.com/old_versions/XnViewMP-0981-win.zip'
url64bit = 'https://download.xnview.com/old_versions/XnViewMP-0981-win-x64.zip'
checksum = '4046cac1aa7fbe4288886199813ebf3a6dbd6afc75a40c8ee584efb21ce554e6'
url = 'https://download.xnview.com/old_versions/XnViewMP-0982-win.zip'
url64bit = 'https://download.xnview.com/old_versions/XnViewMP-0982-win-x64.zip'
checksum = 'd3c9da0fefec6e00011f35de8e655d36db24824435165fb30b8b2720be932b4f'
checksumType = 'sha256'
checksum64 = 'c40fd980c90dfc8de9b978275011cfd4b90a138ce9f3ecee67a267f6286823e7'
checksum64 = '82554a5742b203493356aa5d5363a06892da492d7edf9bf95cdd75acfaaf4fcd'
checksumType64 = 'sha256'
UnzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/xnviewmp.portable/xnviewmp.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>xnviewmp.portable</id>
<title>XnViewMP (Portable)</title>
<version>0.98.1</version>
<version>0.98.2</version>
<authors>Gougelet Pierre-Emmanuel</authors>
<owners>Vaquero</owners>
<summary>XnViewMP is the enhanced version to [XnView](https://chocolatey.org/packages/XnView). It is a powerful cross-platform media browser, viewer and converter. Compatible with more than [500 formats](http://www.xnview.com/en/xnviewmp/#formats).</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/xnviewmp/xnviewmp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>xnviewmp</id>
<title>XnViewMP</title>
<version>0.98.1</version>
<version>0.98.2</version>
<authors>Gougelet Pierre-Emmanuel</authors>
<owners>Vaquero</owners>
<summary>XnViewMP is the enhanced version to [XnView](https://chocolatey.org/packages/XnView). It is a powerful cross-platform media browser, viewer and converter. Compatible with more than [500 formats](http://www.xnview.com/en/xnviewmp/#formats).</summary>
Expand Down Expand Up @@ -48,7 +48,7 @@ The following package parameter can be set:
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>http://www.xnview.com/assets/img/app-xnviewmp-512.png</iconUrl>
<dependencies>
<dependency id="xnviewmp.install" version="[0.98.1]" />
<dependency id="xnviewmp.install" version="[0.98.2]" />
</dependencies>
<releaseNotes>https://www.xnview.com/en/xnviewmp/#0981</releaseNotes>
<packageSourceUrl>https://github.com/OlafHaag/chocolatey-packages/tree/master/automatic/xnviewmp</packageSourceUrl>
Expand Down

0 comments on commit ebb2b1a

Please sign in to comment.