diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-06-30 14:03:05 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-30 08:58:30 -0700 |
commit | 30ec9b11179728d9c3f435ffc225246e79a09073 (patch) | |
tree | 86f245279848fe0e6b7cc1adf0b17ae785891bea | |
parent | 6a6e39891ab51283ce3b919c20142b555030e313 (diff) | |
download | meta-openembedded-30ec9b11179728d9c3f435ffc225246e79a09073.tar.gz |
thunar: upgrade 1.8.0 -> 1.8.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb (renamed from meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb index c2f6f5954b..726ce91bd4 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb | |||
@@ -9,8 +9,8 @@ inherit xfce gobject-introspection distro_features_check | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
12 | SRC_URI[md5sum] = "245ca8e9111c44667032023199ca7778" | 12 | SRC_URI[md5sum] = "f0681eccff31c027097a3e1e7db85218" |
13 | SRC_URI[sha256sum] = "acf151bceedb20aed45a6da61d7bb85a4a03964090c80454e72e61e7fc9e49c7" | 13 | SRC_URI[sha256sum] = "96fabaa68db32f513e9bcb34fa2a26c1462127727fad0bc25a8a5ba9aab4c12c" |
14 | 14 | ||
15 | S = "${WORKDIR}/Thunar-${PV}/" | 15 | S = "${WORKDIR}/Thunar-${PV}/" |
16 | 16 | ||