less: update to 633.
This commit is contained in:
parent
e7dfa23944
commit
de6babc460
|
@ -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 <gottox@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue