[Buildroot] [PATCH] less: bump to version 481

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Oct 19 12:18:03 UTC 2015


Switch site to gnu mirror since the stable releases are mirrored there.
Also use gpg sig to calclate hash, from the gnu mirror.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/less/less.hash | 4 ++--
 package/less/less.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/less/less.hash b/package/less/less.hash
index b1a227e..eea201d 100644
--- a/package/less/less.hash
+++ b/package/less/less.hash
@@ -1,2 +1,2 @@
-# Locally calculated
-sha256	e536c7819ede54b3d487f0ffc4c14b3620bed83734d92a81e89f62346db0fcac	less-458.tar.gz
+# Locally calculated after checking pgp signature
+sha256	3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5	less-481.tar.gz
diff --git a/package/less/less.mk b/package/less/less.mk
index 39ef395..c217543 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LESS_VERSION = 458
-LESS_SITE = http://www.greenwoodsoftware.com/less
+LESS_VERSION = 481
+LESS_SITE = $(BR2_GNU_MIRROR)/less
 LESS_LICENSE = GPLv3+
 LESS_LICENSE_FILES = COPYING
 # Build after busybox, full-blown is better
-- 
2.4.9



More information about the buildroot mailing list