libiconv: update to 1.17 and HSTS

This commit is contained in:
Rudi Heitbaum 2022-05-16 12:05:14 +00:00
parent 4d6f5c3bdd
commit c5f8e1f1de

View File

@ -2,11 +2,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libiconv" PKG_NAME="libiconv"
PKG_VERSION="1.16" PKG_VERSION="1.17"
PKG_SHA256="e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" PKG_SHA256="8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://savannah.gnu.org/projects/libiconv/" PKG_SITE="https://savannah.gnu.org/projects/libiconv/"
PKG_URL="http://ftp.gnu.org/pub/gnu/libiconv/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://ftp.gnu.org/pub/gnu/libiconv/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A tool that converts from one character encoding to another through Unicode conversion." PKG_LONGDESC="A tool that converts from one character encoding to another through Unicode conversion."
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"