Skip to content

Commit

Permalink
Merge pull request openwrt#18070 from mhei/libxml2-update
Browse files Browse the repository at this point in the history
libxml2: update to 2.9.13
  • Loading branch information
mhei authored Mar 17, 2022
2 parents ee7aae2 + 81fd836 commit ad52e19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/libxml2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libxml2
PKG_VERSION:=2.9.12
PKG_RELEASE:=2
PKG_VERSION:=2.9.13
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://xmlsoft.org/sources/
PKG_HASH:=c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
PKG_HASH:=276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
Expand Down

0 comments on commit ad52e19

Please sign in to comment.