diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 21:55:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 21:55:52 +0200 |
commit | e56895aca43c2de824228aa3ae00345318a0cb51 (patch) | |
tree | e0f67c477fc26fd2ab1f5c9a491630f625aaba83 /package/pixman/Makefile | |
parent | 7b7ebbf488bfe27da609a39f309c05b37cacf3cd (diff) |
update to latest upstream version
Diffstat (limited to 'package/pixman/Makefile')
-rw-r--r-- | package/pixman/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/pixman/Makefile b/package/pixman/Makefile index 5cb1821d9..6d5cd5aec 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -4,10 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:= pixman -PKG_VERSION:= 0.30.0 -PKG_RELEASE:= 2 -PKG_MD5SUM:= ae7ac97921dfa59086ca2231621a79c7 -PKG_DESCR:= Pixel manipulation library +PKG_VERSION:= 0.32.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= eba449138b972fbf4547a8c152fea162 +PKG_DESCR:= pixel manipulation library PKG_SECTION:= x11/libs PKG_BUILDDEP:= libpng PKG_SITES:= http://www.cairographics.org/releases/ |