From 7f80f87a5d457c0956db9f8a142a70dfc4d13735 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 12 May 2021 23:23:14 -0700 Subject: [PATCH] sloccount: fix license, http->https, fix distfile link --- srcpkgs/sloccount/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sloccount/template b/srcpkgs/sloccount/template index 4abe5ab807..f33b58e0ae 100644 --- a/srcpkgs/sloccount/template +++ b/srcpkgs/sloccount/template @@ -1,16 +1,16 @@ -# Template build file for 'sloccount' +# Template file for 'sloccount' pkgname=sloccount version=2.26 -revision=4 +revision=5 build_style=gnu-makefile hostmakedepends="flex" makedepends="perl" depends="perl" short_desc="Tool to count physical source lines of code in many languages" maintainer="Orphaned " -license="GPL-2" -homepage="http://www.dwheeler.com/sloccount/" -distfiles="$homepage/$pkgname-$version.tar.gz" +license="GPL-2.0-or-later" +homepage="https://dwheeler.com/sloccount/" +distfiles="https://dwheeler.com/sloccount/sloccount-${version}.tar.gz" checksum=fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b do_install() {