nsis: update libgnutls version

Use version -28 instead of -26, matching what currently is in f21.
This commit is contained in:
Fabiano Fidêncio 2014-12-03 18:43:17 +01:00
parent cf6b2c5695
commit a5b8266295

View File

@ -137,7 +137,7 @@ Section "VirtViewer"
File "@prefix@/bin/virt-xml-validate"
#gtkvnc
File "@prefix@/bin/libgnutls-26.dll"
File "@prefix@/bin/libgnutls-28.dll"
File "@prefix@/bin/libgpg-error-0.dll"
File "@prefix@/bin/libgcrypt-20.dll"
File "@prefix@/bin/libgvnc-1.0-0.dll"
@ -320,7 +320,7 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\bin\libgstaudio-0.10-0.dll"
Delete /rebootok "$INSTDIR\bin\libgstapp-0.10-0.dll"
Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libgnutls-26.dll"
Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll"
Delete /rebootok "$INSTDIR\bin\libgcrypt-20.dll"
Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll"