From 70fe482c410b00b81ee694c5dc9557438b21df42 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 8 Jun 2020 10:24:54 +0800 Subject: [PATCH] pixman: bump to version 0.40.0 Ref: https://github.com/openwrt/packages/pull/12421 Signed-off-by: Rosen Penev Signed-off-by: Yousong Zhou (splits of commit) --- libs/pixman/Makefile | 4 ++-- 1 file 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 PKG_LICENSE:=MIT