diff --git a/automatic/qsync/qsync.nuspec b/automatic/qsync/qsync.nuspec index 30ee9ffd4..c4a597eb0 100644 --- a/automatic/qsync/qsync.nuspec +++ b/automatic/qsync/qsync.nuspec @@ -2,7 +2,7 @@ qsync - 5.1.3.1225 + 5.1.4.0129 https://github.com/Sam13/chocolatey-packages/tree/master/automatic/qsync HarryH QSync (Install) diff --git a/automatic/qsync/tools/chocolateyinstall.ps1 b/automatic/qsync/tools/chocolateyinstall.ps1 index 43f700c49..28b366e64 100644 --- a/automatic/qsync/tools/chocolateyinstall.ps1 +++ b/automatic/qsync/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'qsync*' fileType = 'EXE' - url = 'https://download.qnap.com/Storage/Utility/QNAPQsyncClientWindows-5.1.3.1225.exe' - checksum = '5db63997e31d68adde2a4d5cf8e8a7be5825bd715f613b9a01eaffcae06d6b8c' + url = 'https://download.qnap.com/Storage/Utility/QNAPQsyncClientWindows-5.1.4.0129.exe' + checksum = '9ca19575985ec920c0f7d33a7a0e9701f4d2a2ec94386569177459daa76c7a33' checksumType = 'sha256' silentArgs = "/S" validExitCodes = @(0, 3010, 1641)