Merge pull request #7996 from heitbaum/curl

curl: update to 8.2.1
This commit is contained in:
CvH 2023-07-28 15:40:42 +02:00 committed by GitHub
commit aec466da8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions

View File

@ -5,4 +5,4 @@
OS_VERSION="12.0" OS_VERSION="12.0"
# ADDON_VERSION: Addon version # ADDON_VERSION: Addon version
ADDON_VERSION="11.80.1" ADDON_VERSION="11.80.2"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="docker" PKG_NAME="docker"
PKG_REV="2" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="ASL" PKG_LICENSE="ASL"
PKG_SITE="http://www.docker.com/" PKG_SITE="http://www.docker.com/"

View File

@ -6,7 +6,7 @@ PKG_NAME="librespot"
PKG_VERSION="c964102a349589d644baef5f43a566d6d1e151f1" PKG_VERSION="c964102a349589d644baef5f43a566d6d1e151f1"
PKG_VERSION_DATE="2023-05-14" PKG_VERSION_DATE="2023-05-14"
PKG_SHA256="3bc6782d8796253040d995043fba4e6f6c71ff902da110b50398071e082b1930" PKG_SHA256="3bc6782d8796253040d995043fba4e6f6c71ff902da110b50398071e082b1930"
PKG_REV="1" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/" PKG_SITE="https://github.com/librespot-org/librespot/"

View File

@ -3,7 +3,7 @@
PKG_NAME="mariadb" PKG_NAME="mariadb"
PKG_VERSION="10.11.4" PKG_VERSION="10.11.4"
PKG_REV="1" PKG_REV="0"
PKG_SHA256="ce8dac125568cc5f40da74c17212767c92d8faed81066580b526a485a591127d" PKG_SHA256="ce8dac125568cc5f40da74c17212767c92d8faed81066580b526a485a591127d"
PKG_LICENSE="GPL2" PKG_LICENSE="GPL2"
PKG_SITE="https://mariadb.org" PKG_SITE="https://mariadb.org"

View File

@ -1 +1 @@
Initial release initial release

View File

@ -3,7 +3,7 @@
PKG_NAME="snapclient" PKG_NAME="snapclient"
PKG_VERSION="0.27.0" PKG_VERSION="0.27.0"
PKG_REV="1" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast" PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"

View File

@ -3,7 +3,7 @@
PKG_NAME="snapserver" PKG_NAME="snapserver"
PKG_VERSION="0.27.0" PKG_VERSION="0.27.0"
PKG_REV="1" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain nqptp shairport-sync snapcast" PKG_DEPENDS_TARGET="toolchain nqptp shairport-sync snapcast"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dotnet-runtime" PKG_NAME="dotnet-runtime"
PKG_REV="4" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/" PKG_SITE="https://dotnet.microsoft.com/"

View File

@ -3,7 +3,7 @@
PKG_NAME="system-tools" PKG_NAME="system-tools"
PKG_VERSION="1.0" PKG_VERSION="1.0"
PKG_REV="1" PKG_REV="0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="curl" PKG_NAME="curl"
PKG_VERSION="8.1.2" PKG_VERSION="8.2.1"
PKG_SHA256="31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6" PKG_SHA256="dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://curl.haxx.se" PKG_SITE="https://curl.haxx.se"
PKG_URL="https://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz"