Skip to content

Commit

Permalink
chore: fix installer downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Palakis committed Sep 16, 2019
1 parent 0153801 commit b32911f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CI/package-xenial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

NDILIB_VERSION="3.8.0"
NDILIB_INSTALLER_SHA256="8face05e356ffed5de9660ba4a5232699faa2bf0c9858d5ed88fac6d138c23a0"
NDILIB_VERSION="4.0.0"
NDILIB_INSTALLER_SHA256="60c35b3774f45bf9d5b852c87887fbe57dd274a19531824d8b71fa324ca36a02"
NDILIB_INSTALLER="/tmp/libndi-install.sh"

cd /tmp
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"

[Code]
const
ndiRedistURL = 'http://new.tk/NDIRedistV3';
ndiRedistURL = 'http://new.tk/NDIRedistV4';
procedure InitializeWizard;
begin
Expand Down

0 comments on commit b32911f

Please sign in to comment.