curl: update to curl-7.61.1

This commit is contained in:
MilhouseVH 2018-09-15 02:25:26 +01:00
parent 56eae6877e
commit cdbee30641

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
# Notes: # Notes:
# - build curl with OpenSSL support instead GnuTLS support to # - build curl with OpenSSL support instead GnuTLS support to
@ -10,8 +11,8 @@
# there: http://forum.xbmc.org/showthread.php?tid=177557 # there: http://forum.xbmc.org/showthread.php?tid=177557
PKG_NAME="curl" PKG_NAME="curl"
PKG_VERSION="7.58.0" PKG_VERSION="7.61.1"
PKG_SHA256="1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731" PKG_SHA256="a308377dbc9a16b2e994abd55455e5f9edca4e31666f8f8fcfe7a1a4aea419b9"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://curl.haxx.se" PKG_SITE="http://curl.haxx.se"