diff options
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.35.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.34.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.34.bb b/meta/recipes-support/libxslt/libxslt_1.1.35.bb index c888f3d7e1..51cfb2e281 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.34.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.35.bb | |||
@@ -13,11 +13,9 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
13 | SECTION = "libs" | 13 | SECTION = "libs" |
14 | DEPENDS = "libxml2" | 14 | DEPENDS = "libxml2" |
15 | 15 | ||
16 | SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \ | 16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" |
17 | " | ||
18 | 17 | ||
19 | SRC_URI[md5sum] = "db8765c8d076f1b6caafd9f2542a304a" | 18 | SRC_URI[sha256sum] = "8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79" |
20 | SRC_URI[sha256sum] = "98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f" | ||
21 | 19 | ||
22 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
23 | 21 | ||