nsis: update libgcrypt version

Use version -20 instead of -11, matching what currently is in f21.
This commit is contained in:
Fabiano Fidêncio 2014-12-03 16:13:56 +01:00
parent 68148e1bd1
commit df4450112a

View File

@ -139,7 +139,7 @@ Section "VirtViewer"
#gtkvnc
File "@prefix@/bin/libgnutls-26.dll"
File "@prefix@/bin/libgpg-error-0.dll"
File "@prefix@/bin/libgcrypt-11.dll"
File "@prefix@/bin/libgcrypt-20.dll"
File "@prefix@/bin/libgvnc-1.0-0.dll"
File "@prefix@/bin/libgtk-vnc-1.0-0.dll"
@ -321,7 +321,7 @@ Section "Uninstall"
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\libgcrypt-11.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"
Delete /rebootok "$INSTDIR\bin\libgio-2.0-0.dll"