From 11c1bc1a6ac42e47bf280fb63754efb84176e7bb Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 10 Dec 2018 11:52:21 +0300 Subject: [PATCH] libmicrohttpd: Update to 0.9.62 --- mingw-w64-libmicrohttpd/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libmicrohttpd/PKGBUILD b/mingw-w64-libmicrohttpd/PKGBUILD index 7b438993ba..1b06c1a285 100644 --- a/mingw-w64-libmicrohttpd/PKGBUILD +++ b/mingw-w64-libmicrohttpd/PKGBUILD @@ -6,7 +6,7 @@ _realname=libmicrohttpd pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.9.61 +pkgver=0.9.62 pkgrel=1 pkgdesc="GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ source=("https://ftp.gnu.org/gnu/libmicrohttpd/${_realname}-${pkgver}.tar.gz"{,. 001-fix-verify-_WIN32_WINNT.patch) validpgpkeys=('D8423BCB326C7907033929C7939E6BE1E29FC3CC' # Christian Grothoff '289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Karlson2k (Evgeny Grin) -sha256sums=('dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435' +sha256sums=('bd3e097d703f5091a6a01b56c0464a90fdd17f5d50478cea50a346b25c88db49' 'SKIP' '3432047c28bc8010f99264a703f90764595c7bb83fe01e4cd25d5953420edf8d')