diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-31 08:34:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-31 08:34:10 +0200 |
commit | cb9fe14b5d677e89ed10ed70f1241932219f1fc6 (patch) | |
tree | 9b86656b2ebcb8e204891fd7ede0ba39e0ce9bdf /package/pixman/Makefile | |
parent | 77dd9c466922fad94a8514f071a4bc87fc2ed0a9 (diff) | |
parent | 5ef2d4473e58df0f12f804a691094d70c3f13ad1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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/ |