Signed-off-by: Francisco Borges <[email protected]> --- libs/freetype/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index 6891847..b9dd045 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 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:=freetype -PKG_VERSION:=2.4.8 +PKG_VERSION:=2.4.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/freetype -PKG_MD5SUM:=dbf2caca1d3afd410a29217a9809d397 +PKG_SOURCE_URL:=@SF/$(PKG_NAME) +PKG_MD5SUM:=b93435488942486c8d0ca22e8f768034 PKG_LICENSE:=FTL GPLv2 MIT ZLIB PKG_LICENSE_FILES:=docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT src/bdf/README src/pcf/README src/gzip/zlib.h @@ -33,9 +33,9 @@ define Package/libfreetype endef define Package/libfreetype/description - The FreeType project is a team of volunteers who develop free, + The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. - They specifically target embedded systems and focus on bringing small, + They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. endef -- 1.8.0 -- Francisco Borges _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
