From bc23a9bae132fbd2d801cb2b9a759c1d9ba0caf9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Apr 2016 07:12:11 +0000 Subject: [PATCH 1/1] CC: package/libs/lzo: update version to 2.09 Updates lzo to version 2.09 and changes copyright to 2016. Signed-off-by: Daniel Engberg SVN-Revision: 49110 --- package/libs/lzo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/lzo/Makefile b/package/libs/lzo/Makefile index 6a88a6f384..d4e5e72bb5 100644 --- a/package/libs/lzo/Makefile +++ b/package/libs/lzo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2016 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:=lzo -PKG_VERSION:=2.08 +PKG_VERSION:=2.09 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/ -PKG_MD5SUM:=fcec64c26a0f4f4901468f360029678f +PKG_MD5SUM:=c7ffc9a103afe2d1bba0b015e7aa887f PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -- 2.11.0