jq: upstream moved.

This commit is contained in:
Leah Neukirchen 2023-07-03 14:14:28 +02:00
parent 284771a2b4
commit f92b4585cf
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'jq'
pkgname=jq
version=1.6
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="oniguruma-devel"
@ -9,8 +9,8 @@ checkdepends="valgrind"
short_desc="Command-line JSON processor"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://stedolan.github.io/jq/"
distfiles="https://github.com/stedolan/jq/releases/download/jq-${version}/jq-${version}.tar.gz"
homepage="https://jqlang.github.io/jq/"
distfiles="https://github.com/jqlang/jq/releases/download/jq-${version}/jq-${version}.tar.gz"
checksum=5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72
CFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"

View File

@ -1 +0,0 @@
site="http://stedolan.github.io/jq/download/"