diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-13 16:30:19 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-12-13 16:34:53 -0800 |
commit | 9949e311a7d6dc8b5897957eaa9ae9825c333254 (patch) | |
tree | d9851f8130a067c764d219cb396e8f9f645d2887 /libs/pugixml | |
parent | 05436d336631dbfdd4673028ee17345c06c4ef0b (diff) |
pugixml: update to 1.11.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/pugixml')
-rw-r--r-- | libs/pugixml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pugixml/Makefile b/libs/pugixml/Makefile index 7fcfed567..0bd49e128 100644 --- a/libs/pugixml/Makefile +++ b/libs/pugixml/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pugixml -PKG_VERSION:=1.10 -PKG_RELEASE:=2 +PKG_VERSION:=1.11.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/zeux/pugixml/releases/download/v$(PKG_VERSION) -PKG_HASH:=55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a +PKG_HASH:=9dce9f0a3756c5ab84ab7466c99972d030021d81d674f5d38b9e30e9a3ec4922 PKG_MAINTAINER:= PKG_LICENSE:=MIT |