mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
jq: update to 1.6
This commit is contained in:
parent
ab6a910d2d
commit
7c7adbacda
@ -2,18 +2,20 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="jq"
|
PKG_NAME="jq"
|
||||||
PKG_VERSION="1.5"
|
PKG_VERSION="1.6"
|
||||||
PKG_SHA256="c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c"
|
PKG_SHA256="5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="http://stedolan.github.io/jq/"
|
PKG_SITE="http://stedolan.github.io/jq/"
|
||||||
PKG_URL="https://github.com/stedolan/jq/releases/download/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/stedolan/jq/releases/download/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain oniguruma"
|
||||||
PKG_LONGDESC="A like sed for JSON data."
|
PKG_LONGDESC="A like sed for JSON data."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-maintainer-mode"
|
--disable-docs \
|
||||||
|
--disable-maintainer-mode \
|
||||||
|
--disable-valgrind"
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
: # nop
|
:
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user