diff options
author | John Crispin <john@openwrt.org> | 2016-04-01 07:12:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-01 07:12:11 +0000 |
commit | 398ad311505b20c8b4bd527e827c7178cad76d2b (patch) | |
tree | d022ffedc91f50848bae914912fe1003f8777a16 /package/libs/lzo/Makefile | |
parent | 8e2a35afc62398c126e4dc2e304ac290ce7f95ca (diff) | |
download | upstream-398ad311505b20c8b4bd527e827c7178cad76d2b.tar.gz upstream-398ad311505b20c8b4bd527e827c7178cad76d2b.tar.bz2 upstream-398ad311505b20c8b4bd527e827c7178cad76d2b.zip |
package/libs/lzo: update version to 2.09
Updates lzo to version 2.09 and changes copyright to 2016.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
SVN-Revision: 49110
Diffstat (limited to 'package/libs/lzo/Makefile')
-rw-r--r-- | package/libs/lzo/Makefile | 6 |
1 files 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 |