mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
zstd: update to 1.4.1
This commit is contained in:
parent
1ab35478c1
commit
7faa53f07f
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="zstd"
|
PKG_NAME="zstd"
|
||||||
PKG_VERSION="1.4.0"
|
PKG_VERSION="1.4.1"
|
||||||
PKG_SHA256="7f323f0e0c18488748f3d9b2d4353f00e904ea2ccd0372ea04d7f77aa1156557"
|
PKG_SHA256="535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0"
|
||||||
PKG_LICENSE="BSD/GPLv2"
|
PKG_LICENSE="BSD/GPLv2"
|
||||||
PKG_SITE="http://www.zstd.net"
|
PKG_SITE="http://www.zstd.net"
|
||||||
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
@ -12,5 +12,5 @@ PKG_DEPENDS_TARGET="toolchain"
|
|||||||
PKG_LONGDESC="A fast real-time compression algorithm."
|
PKG_LONGDESC="A fast real-time compression algorithm."
|
||||||
|
|
||||||
configure_package() {
|
configure_package() {
|
||||||
PKG_CMAKE_SCRIPT="$PKG_BUILD/build/cmake/CMakeLists.txt"
|
PKG_CMAKE_SCRIPT="${PKG_BUILD}/build/cmake/CMakeLists.txt"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user