diff options
Diffstat (limited to 'system/jq/jq.SlackBuild')
-rw-r--r-- | system/jq/jq.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/jq/jq.SlackBuild b/system/jq/jq.SlackBuild index 174989f237..8c91c2a9c6 100644 --- a/system/jq/jq.SlackBuild +++ b/system/jq/jq.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2015, 2018 Gary Herreman <gary@garyrh.com> # Copyright 2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2025 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jq -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +78,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix build test failures if LANG is not C or en_US.UTF-8 -patch -p1 < $CWD/run_tests_in_C_locale.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -89,7 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man make -make check make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |