Browse Source

libxml2: upgrade to 2.9.5

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 7 years ago
parent
commit
9428822c4b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libxml2/Makefile

+ 2
- 2
libs/libxml2/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxml2
PKG_VERSION:=2.9.4
PKG_VERSION:=2.9.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://gd.tuwien.ac.at/languages/libxml/ \
http://xmlsoft.org/sources/ \
ftp://fr.rpmfind.net/pub/libxml/
PKG_HASH:=ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c
PKG_HASH:=4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save