From 3eea5ecde98723666040af743a0521c4359d16c0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 Jan 2019 03:40:16 -0200 Subject: [PATCH] diffutils: update to 3.7. --- srcpkgs/diffutils/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/diffutils/template b/srcpkgs/diffutils/template index 3c76a17246..7851b8e339 100644 --- a/srcpkgs/diffutils/template +++ b/srcpkgs/diffutils/template @@ -1,18 +1,18 @@ # Template file for 'diffutils' pkgname=diffutils -version=3.6 -revision=3 +version=3.7 +revision=1 bootstrap=yes build_style=gnu-configure configure_args="gl_cv_func_gettimeofday_clobber=no gl_cv_func_tzset_clobber=no" short_desc="The GNU diff utilities" maintainer="Juan RP " -homepage="http://www.gnu.org/software/diffutils" -license="GPL-3" -distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=d621e8bdd4b573918c8145f7ae61817d1be9deb4c8d2328a65cea8e11d783bd6 +license="GPL-3.0-or-later" +homepage="https://www.gnu.org/software/diffutils" +distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then # Tell configure we have GNU getopt configure_args+=" gl_cv_func_getopt_gnu=yes" fi