diff --git a/srcpkgs/jq/template b/srcpkgs/jq/template index 5cf139e340d..26928ff9b44 100644 --- a/srcpkgs/jq/template +++ b/srcpkgs/jq/template @@ -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 " 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" diff --git a/srcpkgs/jq/update b/srcpkgs/jq/update deleted file mode 100644 index 5952b47d8f7..00000000000 --- a/srcpkgs/jq/update +++ /dev/null @@ -1 +0,0 @@ -site="http://stedolan.github.io/jq/download/"