diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-14 16:57:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-29 23:41:38 +0000 |
commit | b515861a16c25b6cc0350812343f08d7d1e384eb (patch) | |
tree | 6a1036d1c31cabf9b7078e8a4db60dea7d35760d | |
parent | a9afbccca79a383929020299b50e8582e52664cd (diff) | |
download | openembedded-core-b515861a16c25b6cc0350812343f08d7d1e384eb.tar.gz openembedded-core-b515861a16c25b6cc0350812343f08d7d1e384eb.tar.bz2 openembedded-core-b515861a16c25b6cc0350812343f08d7d1e384eb.zip |
libxslt: update to 1.1.32
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.32.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.31.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.31.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb index 77b8b768eb..e8b1409d79 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.31.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.32.bb @@ -12,8 +12,8 @@ SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \ file://pkgconfig_fix.patch \ " -SRC_URI[md5sum] = "14e9842a70fda476065f2eefcbc29af0" -SRC_URI[sha256sum] = "db25e96b6b801144277e67c05b10560ac09dfff82ccd53a154ce86e43622f3ab" +SRC_URI[md5sum] = "1fc72f98e98bf4443f1651165f3aa146" +SRC_URI[sha256sum] = "526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460" UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |