diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-02 00:36:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
commit | a6cc207cbc12ab2d5d18d80f1efd1f4f4fc7e8fe (patch) | |
tree | 862c121a59a57e3d9d36161569f1a4d5ded4c2fa /meta-xfce | |
parent | bcad5e3936cfc1b27e7c044ac5a071595353f31a (diff) | |
download | meta-openembedded-a6cc207cbc12ab2d5d18d80f1efd1f4f4fc7e8fe.tar.gz |
xarchiver: upgrade 0.5.4.14 -> 0.5.4.17
License checksum change was caused by polishing [1]
[1] https://github.com/ib/xarchiver/commit/e2c0306091d66afba9e032ae3f47bcb271c0763e
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index d8f0033b3..ea7e8005e 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |||
@@ -3,13 +3,13 @@ HOMEPAGE = "http://xarchiver.sourceforge.net" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | 4 | ||
5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" | 8 | DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https" |
11 | SRCREV = "9ab958a4023b62b43972c55a3143ff0722bd88a6" | 11 | SRCREV = "2f6c91e756678f0723305d8636e8e393c1eef32c" |
12 | PV = "0.5.4.14" | 12 | PV = "0.5.4.17" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg | 15 | inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg |