mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
jq: update to githash aea8efa
allows for jq to be built with gcc-15
This commit is contained in:
parent
310c16910c
commit
48267b010b
@ -2,14 +2,15 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="jq"
|
||||
PKG_VERSION="1.7.1"
|
||||
PKG_SHA256="478c9ca129fd2e3443fe27314b455e211e0d8c60bc8ff7df703873deeee580c2"
|
||||
PKG_VERSION="aea8efaf0bc99ad5776038380f68939fef2fd0cb"
|
||||
PKG_SHA256="71191c9386e2311600cadf944ec584feb155d1cc786662ab48d5b75abe632462"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://jqlang.github.io/jq/"
|
||||
PKG_URL="https://github.com/jqlang/jq/releases/download/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/jqlang/jq/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain oniguruma"
|
||||
PKG_LONGDESC="Command-line JSON processor"
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||
--enable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user