diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 15:24:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 15:24:03 +0200 |
commit | 0d848db3159f5ac24e17a83e749ef5ee9835cb48 (patch) | |
tree | f6ff3ce3b081ee1d48d6e8dc40ac2cb19ce22dcb /package/libxslt/Makefile | |
parent | 70cba12a4d326d2d326655845c1731b521285feb (diff) |
update to latest upstream version, fix musl compile
Diffstat (limited to 'package/libxslt/Makefile')
-rw-r--r-- | package/libxslt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libxslt/Makefile b/package/libxslt/Makefile index b4306c66d..91424ca9c 100644 --- a/package/libxslt/Makefile +++ b/package/libxslt/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libxslt -PKG_VERSION:= 1.1.24 -PKG_RELEASE:= 2 -PKG_MD5SUM:= e83ec5d27fc4c10c6f612879bea9a153 +PKG_VERSION:= 1.1.28 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 9667bf6f9310b957254fdcf6596600b7 PKG_DESCR:= XSLT Library PKG_SECTION:= libs PKG_DEPENDS:= libxml2 |