diff options
author | Julen Landa Alustiza <julen@zokormazo.info> | 2015-10-16 21:39:19 +0200 |
---|---|---|
committer | Julen Landa Alustiza <julen@zokormazo.info> | 2015-10-16 21:39:19 +0200 |
commit | 45cb71805f5a149a219156253354416dcb149e02 (patch) | |
tree | e9df308c9a5e8215ba5461ec26f4ae61d3fc72b0 | |
parent | a6ab8c074aa9104c26e16f846c525e80708267e5 (diff) |
less: update to 481
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
-rw-r--r-- | utils/less/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/less/Makefile b/utils/less/Makefile index f3893e966..2e79e8ea1 100644 --- a/utils/less/Makefile +++ b/utils/less/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2012 OpenWrt.org +# Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=less -PKG_VERSION:=458 +PKG_VERSION:=481 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.greenwoodsoftware.com/less -PKG_MD5SUM:=935b38aa2e73c888c210dedf8fd94f49 +PKG_MD5SUM:=50ef46065c65257141a7340123527767 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |