From f30e7a87558a709ba1d99033712cd896ab54fd4d Mon Sep 17 00:00:00 2001 From: triallax Date: Sat, 27 May 2023 19:28:17 +0100 Subject: [PATCH] less: update to 633. --- srcpkgs/less/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/less/template b/srcpkgs/less/template index 3a6680224b55..72837b74b51c 100644 --- a/srcpkgs/less/template +++ b/srcpkgs/less/template @@ -1,6 +1,6 @@ # Template file for 'less' pkgname=less -version=608 +version=633 revision=1 build_style=gnu-configure configure_args="--with-regex=pcre2" @@ -8,7 +8,10 @@ makedepends="ncurses-devel pcre2-devel" short_desc="Pager program similar to more(1)" maintainer="Enno Boland " license="GPL-3.0-or-later" -homepage="http://www.greenwoodsoftware.com/less" +homepage="https://www.greenwoodsoftware.com/less" changelog="https://raw.githubusercontent.com/gwsw/less/master/NEWS" -distfiles="http://www.greenwoodsoftware.com/less/less-${version}.tar.gz" -checksum=a69abe2e0a126777e021d3b73aa3222e1b261f10e64624d41ec079685a6ac209 +distfiles="https://www.greenwoodsoftware.com/less/less-${version}.tar.gz" +checksum=2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f +# Tests intentionally not included in tarball +# (https://github.com/gwsw/less/issues/344). +make_check=no