nsis: update libgnutls to 3.4.7

Use version 3.4.7, matching what currently is in f23.
This commit is contained in:
Fabiano Fidêncio 2015-11-27 01:28:37 +01:00
parent 65aa7e08a5
commit 632d9369bc

View File

@ -147,7 +147,7 @@ Section "VirtViewer"
File "@prefix@/bin/libgtk-vnc-2.0-0.dll"
!endif
File "@prefix@/bin/libgnutls-28.dll"
File "@prefix@/bin/libgnutls-30.dll"
File "@prefix@/bin/libgmp-10.dll"
File "@prefix@/bin/libhogweed-2-5.dll"
File "@prefix@/bin/libnettle-4-7.dll"
@ -561,7 +561,7 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\bin\libgtk-3-0.dll"
Delete /rebootok "$INSTDIR\bin\libgthread-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll"
Delete /rebootok "$INSTDIR\bin\libgnutls-30.dll"
Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll"
Delete /rebootok "$INSTDIR\bin\libgio-2.0-0.dll"