diff --git a/IrfanView/IrfanView.nuspec b/IrfanView/IrfanView.nuspec index 74c6d38..5ac7d74 100644 --- a/IrfanView/IrfanView.nuspec +++ b/IrfanView/IrfanView.nuspec @@ -3,7 +3,7 @@ IrfanView IrfanView - 4.38 + 4.40 Irfan Skiljan H. Alan Stevens IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic viewer. diff --git a/IrfanView/tools/ChocolateyInstall.ps1 b/IrfanView/tools/ChocolateyInstall.ps1 index 46c421c..9cf90c5 100644 --- a/IrfanView/tools/ChocolateyInstall.ps1 +++ b/IrfanView/tools/ChocolateyInstall.ps1 @@ -17,7 +17,7 @@ $fileType = 'exe' $silentArgs = "/silent /folder=`"$irfanViewPath`" /desktop=0 /thumbs=0 /group=1 /allusers=0 /assoc=0" -$url = 'http://www.tucows.com/download/windows/files/iview438_setup.exe' +$url = 'http://www.tucows.com/download/windows/files/iview440_setup.exe' write-host $silentArgs