libraries/libmicrohttpd: Updated for version 0.9.70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
305ba48c71
commit
bc35d65a9a
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for libmicrohttpd.
|
||||
#
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2015,2017 Kent Fritz <fritz.kent@gmail.com>
|
||||
# Copyright 2015,2017,2020 Kent Fritz <fritz.kent@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libmicrohttpd
|
||||
VERSION=${VERSION:-0.9.55}
|
||||
VERSION=${VERSION:-0.9.70}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmicrohttpd"
|
||||
VERSION="0.9.55"
|
||||
VERSION="0.9.70"
|
||||
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
||||
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.55.tar.gz"
|
||||
MD5SUM="1c20f84a8b9cf692dd50b558b3571a3a"
|
||||
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.70.tar.gz"
|
||||
MD5SUM="dcd6045ecb4ea18c120afedccbd1da74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue