From 4251d60398d46481e2ab2cccbc3d1f331657a0b2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 12 Mar 2018 21:13:24 -0300 Subject: [PATCH] time: update to 1.9. Closes: #12448 [via git-merge-pr] --- srcpkgs/time/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/time/template b/srcpkgs/time/template index 19c2d7379e7..9eaea59b95f 100644 --- a/srcpkgs/time/template +++ b/srcpkgs/time/template @@ -1,14 +1,14 @@ # Template file for 'time' pkgname=time -version=1.8 +version=1.9 revision=1 build_style=gnu-configure short_desc="The GNU time program for measuring cpu resource usage" maintainer="Juan RP " homepage="http://directory.fsf.org/project/time" -license="GPL-2" +license="GPL-3.0-or-later" distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz" -checksum=8a2f540155961a35ba9b84aec5e77e3ae36c74cecb4484db455960601b7a2e1b +checksum=fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e # Required by wait3(2) with musl CFLAGS="-D_GNU_SOURCE"