mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-14 00:58:16 +03:00
nsis: update nettle to 3.2.1
Use version 3.2.1, matching what currently is in f23.
This commit is contained in:
parent
76d2e483d5
commit
5d98df3ef1
@ -150,8 +150,8 @@ Section "VirtViewer"
|
||||
|
||||
File "@prefix@/bin/libgnutls-30.dll"
|
||||
File "@prefix@/bin/libgmp-10.dll"
|
||||
File "@prefix@/bin/libhogweed-4-1.dll"
|
||||
File "@prefix@/bin/libnettle-6-1.dll"
|
||||
File "@prefix@/bin/libhogweed-4-2.dll"
|
||||
File "@prefix@/bin/libnettle-6-2.dll"
|
||||
File /nonfatal "@prefix@/bin/libgcc_s_sjlj-1.dll"
|
||||
File /nonfatal "@prefix@/bin/libgcc_s_seh-1.dll"
|
||||
|
||||
@ -547,8 +547,8 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\virt-viewer.exe"
|
||||
!endif
|
||||
Delete /rebootok "$INSTDIR\bin\libgmp-10.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libhogweed-4-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libnettle-6-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libhogweed-4-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libnettle-6-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgcc_s_sjlj-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgcc_s_seh-1.dll"
|
||||
!if ${HaveGtkVnc} == True
|
||||
|
Loading…
x
Reference in New Issue
Block a user