All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libfm: bump version to 1.2.5
@ 2017-09-17  8:27 Bernd Kuhls
  2017-09-17  8:27 ` [Buildroot] [PATCH 2/2] package/pcmanfm: " Bernd Kuhls
  2017-09-17 16:35 ` [Buildroot] [PATCH 1/2] package/libfm: " Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-09-17  8:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libfm/libfm.hash | 4 ++--
 package/libfm/libfm.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libfm/libfm.hash b/package/libfm/libfm.hash
index 8a78adebb4..69c4c31f6d 100644
--- a/package/libfm/libfm.hash
+++ b/package/libfm/libfm.hash
@@ -1,3 +1,3 @@
 # From https://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/
-md5	74997d75e7e87dc73398746fd373bf52	libfm-1.2.4.tar.xz
-sha1	2f8183389c8e74edb15c6c8ab260df5dd39f3b2d	libfm-1.2.4.tar.xz
+md5 a1ba9ae5e920f38b647dd511edd6c807  libfm-1.2.5.tar.xz
+sha1 5887aa4e85ee0964e7da67368136849957afd5d6  libfm-1.2.5.tar.xz
diff --git a/package/libfm/libfm.mk b/package/libfm/libfm.mk
index 36d8b574e0..c49cd3e633 100644
--- a/package/libfm/libfm.mk
+++ b/package/libfm/libfm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBFM_VERSION = 1.2.4
+LIBFM_VERSION = 1.2.5
 LIBFM_SOURCE = libfm-$(LIBFM_VERSION).tar.xz
 LIBFM_SITE = http://sourceforge.net/projects/pcmanfm/files
 LIBFM_DEPENDENCIES = menu-cache libglib2 cairo
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/pcmanfm: bump version to 1.2.5
  2017-09-17  8:27 [Buildroot] [PATCH 1/2] package/libfm: bump version to 1.2.5 Bernd Kuhls
@ 2017-09-17  8:27 ` Bernd Kuhls
  2017-09-17 16:36   ` Thomas Petazzoni
  2017-09-17 16:35 ` [Buildroot] [PATCH 1/2] package/libfm: " Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2017-09-17  8:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pcmanfm/pcmanfm.hash | 4 ++--
 package/pcmanfm/pcmanfm.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/pcmanfm/pcmanfm.hash b/package/pcmanfm/pcmanfm.hash
index cb0d20669e..155e9beb82 100644
--- a/package/pcmanfm/pcmanfm.hash
+++ b/package/pcmanfm/pcmanfm.hash
@@ -1,3 +1,3 @@
 # From https://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
-md5	19764c2f59653724c8713e0064fa6829	pcmanfm-1.2.4.tar.xz
-sha1	4768ee564a36021977e4af8c33270b6835b3391d	pcmanfm-1.2.4.tar.xz
+md5 b4d1f8ce08d87e4f27805a246fc51ac2  pcmanfm-1.2.5.tar.xz
+sha1 9a8a2b4abebdf859e5ba2486eff84d505ad17b89  pcmanfm-1.2.5.tar.xz
diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
index e1734363e4..31acae65bc 100644
--- a/package/pcmanfm/pcmanfm.mk
+++ b/package/pcmanfm/pcmanfm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PCMANFM_VERSION = 1.2.4
+PCMANFM_VERSION = 1.2.5
 PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.xz
 PCMANFM_SITE = http://sourceforge.net/projects/pcmanfm/files
 PCMANFM_DEPENDENCIES = libglib2 menu-cache libfm
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/libfm: bump version to 1.2.5
  2017-09-17  8:27 [Buildroot] [PATCH 1/2] package/libfm: bump version to 1.2.5 Bernd Kuhls
  2017-09-17  8:27 ` [Buildroot] [PATCH 2/2] package/pcmanfm: " Bernd Kuhls
@ 2017-09-17 16:35 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-09-17 16:35 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 17 Sep 2017 10:27:26 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libfm/libfm.hash | 4 ++--
>  package/libfm/libfm.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/pcmanfm: bump version to 1.2.5
  2017-09-17  8:27 ` [Buildroot] [PATCH 2/2] package/pcmanfm: " Bernd Kuhls
@ 2017-09-17 16:36   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-09-17 16:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 17 Sep 2017 10:27:27 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/pcmanfm/pcmanfm.hash | 4 ++--
>  package/pcmanfm/pcmanfm.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-17 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-17  8:27 [Buildroot] [PATCH 1/2] package/libfm: bump version to 1.2.5 Bernd Kuhls
2017-09-17  8:27 ` [Buildroot] [PATCH 2/2] package/pcmanfm: " Bernd Kuhls
2017-09-17 16:36   ` Thomas Petazzoni
2017-09-17 16:35 ` [Buildroot] [PATCH 1/2] package/libfm: " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.