diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-06-08 10:24:54 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-06-08 11:00:03 +0800 |
commit | 70fe482c410b00b81ee694c5dc9557438b21df42 (patch) | |
tree | c9b0e0c20b2d8e35f3db731577142fb939969a29 /libs/pixman | |
parent | c020d5a2b4e7e38df333a877ab160ff44fcb0ffa (diff) |
pixman: bump to version 0.40.0
Ref: https://github.com/openwrt/packages/pull/12421
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
Diffstat (limited to 'libs/pixman')
-rw-r--r-- | libs/pixman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pixman/Makefile b/libs/pixman/Makefile index 924d1e8d2..97e8b7d96 100644 --- a/libs/pixman/Makefile +++ b/libs/pixman/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pixman -PKG_VERSION:=0.38.4 +PKG_VERSION:=0.40.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.cairographics.org/releases -PKG_HASH:=da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7 +PKG_HASH:=6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> PKG_LICENSE:=MIT |