From 54482459424f18f842080d325b1cd7f589094552 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 31 May 2019 20:47:36 +0200 Subject: [PATCH] Update libprotobuf --- dist/windows/strawberry-debug-x64.nsi.in | 4 ++-- dist/windows/strawberry-debug-x86.nsi.in | 4 ++-- dist/windows/strawberry-x64.nsi.in | 4 ++-- dist/windows/strawberry-x86.nsi.in | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index 83e9924b1..db53398b2 100644 --- a/dist/windows/strawberry-debug-x64.nsi.in +++ b/dist/windows/strawberry-debug-x64.nsi.in @@ -145,7 +145,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-18.dll" + File "libprotobuf-19.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" @@ -395,7 +395,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-18.dll" + Delete "$INSTDIR\libprotobuf-19.dll" Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" diff --git a/dist/windows/strawberry-debug-x86.nsi.in b/dist/windows/strawberry-debug-x86.nsi.in index 0b9307519..c0f57ea5a 100644 --- a/dist/windows/strawberry-debug-x86.nsi.in +++ b/dist/windows/strawberry-debug-x86.nsi.in @@ -145,7 +145,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-18.dll" + File "libprotobuf-19.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" @@ -395,7 +395,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-18.dll" + Delete "$INSTDIR\libprotobuf-19.dll" Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" diff --git a/dist/windows/strawberry-x64.nsi.in b/dist/windows/strawberry-x64.nsi.in index 7610f61d5..cc1bd3191 100644 --- a/dist/windows/strawberry-x64.nsi.in +++ b/dist/windows/strawberry-x64.nsi.in @@ -144,7 +144,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-18.dll" + File "libprotobuf-19.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" @@ -360,7 +360,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-18.dll" + Delete "$INSTDIR\libprotobuf-19.dll" Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" diff --git a/dist/windows/strawberry-x86.nsi.in b/dist/windows/strawberry-x86.nsi.in index e0a1e933a..a4ed828b4 100644 --- a/dist/windows/strawberry-x86.nsi.in +++ b/dist/windows/strawberry-x86.nsi.in @@ -144,7 +144,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-18.dll" + File "libprotobuf-19.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" @@ -360,7 +360,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-18.dll" + Delete "$INSTDIR\libprotobuf-19.dll" Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll"