All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/23] package/libplatform: bump version
@ 2020-06-21 10:37 Bernd Kuhls
  2020-06-21 10:37 ` [Buildroot] [PATCH 02/23] package/kodi-platform: add explicit dependency to tinyxml Bernd Kuhls
                   ` (22 more replies)
  0 siblings, 23 replies; 27+ messages in thread
From: Bernd Kuhls @ 2020-06-21 10:37 UTC (permalink / raw)
  To: buildroot

Reformatted hashes.

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

diff --git a/package/libplatform/libplatform.hash b/package/libplatform/libplatform.hash
index 09f9dadb19..f08435da12 100644
--- a/package/libplatform/libplatform.hash
+++ b/package/libplatform/libplatform.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 94dba139066a332d048486f817736e4cf4962393c9f892d2c7dd40d9d69ca788  libplatform-1eb12b1b1efa6747c1e190964854e9e267e3a1e2.tar.gz
-sha256 80fc66febbb2393c9d518e3eefa4ad9aae15a9b6a84174c0e443ea79eeea5131  src/os.h
+sha256  209daeb87af4ca92199887eb151b2a459bb81566cdaa092644e0889afb64bf6a  libplatform-1c9d14fa996af33760a2c700caebd2bd9ae527c9.tar.gz
+sha256  80fc66febbb2393c9d518e3eefa4ad9aae15a9b6a84174c0e443ea79eeea5131  src/os.h
diff --git a/package/libplatform/libplatform.mk b/package/libplatform/libplatform.mk
index 0a4c492969..ca57a07d15 100644
--- a/package/libplatform/libplatform.mk
+++ b/package/libplatform/libplatform.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPLATFORM_VERSION = 1eb12b1b1efa6747c1e190964854e9e267e3a1e2
+LIBPLATFORM_VERSION = 1c9d14fa996af33760a2c700caebd2bd9ae527c9
 LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
 LIBPLATFORM_LICENSE = GPL-2.0+
 LIBPLATFORM_LICENSE_FILES = src/os.h
-- 
2.26.2

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

end of thread, other threads:[~2020-06-27  7:39 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-21 10:37 [Buildroot] [PATCH 01/23] package/libplatform: bump version Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 02/23] package/kodi-platform: add explicit dependency to tinyxml Bernd Kuhls
2020-06-21 12:35   ` Yann E. MORIN
2020-06-21 14:48     ` Bernd Kuhls
2020-06-27  7:39       ` Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 03/23] package/kodi-inputstream-adaptive: add explicit dependency to expat Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 04/23] package/kodi-inputstream-rtmp: add explicit dependencies to openssl and zlib Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 05/23] package/kodi-pvr-argustv: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 06/23] package/kodi-pvr-dvblink: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 07/23] package/kodi-pvr-dvbviewer: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 08/23] package/kodi-pvr-filmon: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 09/23] package/kodi-pvr-hdhomerun: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 10/23] package/kodi-pvr-hts: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 11/23] package/kodi-pvr-iptvsimple: add explicit dependencies to libplatform, kodi and zlib Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 12/23] package/kodi-pvr-mediaportal-tvserver: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 13/23] package/kodi-pvr-mythtv: fix dependencies Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 14/23] package/kodi-pvr-nextpvr: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 15/23] package/kodi-pvr-njoy: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 16/23] package/kodi-pvr-octonet: add kodi as dependency Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 17/23] package/kodi-pvr-pctv: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 18/23] package/kodi-pvr-stalker: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 19/23] package/kodi-pvr-vbox: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 20/23] package/kodi-pvr-vdr-vnsi: fix dependencies Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 21/23] package/kodi-pvr-vuplus: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 22/23] package/kodi-pvr-wmc: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 23/23] package/kodi-pvr-zattoo: fix dependencies Bernd Kuhls
2020-06-21 12:23 ` [Buildroot] [PATCH 01/23] package/libplatform: bump version Yann E. MORIN

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.