All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia
@ 2020-09-20  6:44 Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 02/11] package/kodi-screensaver-asterwave: bump version to 3.0.5-Leia Bernd Kuhls
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.hash b/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.hash
index 3cf6f1ccc2..e6855a3bc6 100644
--- a/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.hash
+++ b/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  c359f8bb6a2e9b42dcfb063cdf965ce0b3fc95761816d98160000aea33894241  kodi-screensaver-asteroids-2.3.2-Leia.tar.gz
+sha256  f4b54ed79eedd1a39e24dcbe8d372dbfc9edbc9358499ea9ab28777dd9082ee3  kodi-screensaver-asteroids-2.3.3-Leia.tar.gz
 sha256  297a1d34e6000f1b1a924f5ab75c16c2270968bfa47357dd8fa3799c9dfc47d8  debian/copyright
diff --git a/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.mk b/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.mk
index 278efb4eea..dcd0a3d34c 100644
--- a/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.mk
+++ b/package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SCREENSAVER_ASTEROIDS_VERSION = 2.3.2-Leia
+KODI_SCREENSAVER_ASTEROIDS_VERSION = 2.3.3-Leia
 KODI_SCREENSAVER_ASTEROIDS_SITE = $(call github,xbmc,screensaver.asteroids,$(KODI_SCREENSAVER_ASTEROIDS_VERSION))
 KODI_SCREENSAVER_ASTEROIDS_LICENSE = GPL-2.0+
 KODI_SCREENSAVER_ASTEROIDS_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 02/11] package/kodi-screensaver-asterwave: bump version to 3.0.5-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 03/11] package/kodi-screensaver-cpblobs: " Bernd Kuhls
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash b/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash
index 29242f26ab..a7fc05789c 100644
--- a/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash
+++ b/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  44fb4189afefec6ab5cff04d205425bed26b127c02625ae176b409cb67207e5f  kodi-screensaver-asterwave-3.0.4-Leia.tar.gz
+sha256  d61bcdd8b74b50a26eab1597718b12ec260f6c6cdde0f143dbc1ce958ca86c69  kodi-screensaver-asterwave-3.0.5-Leia.tar.gz
 sha256  a0268e081014f3a555be39f7eb0fff759424963324915ad2ea56bf26668685e7  debian/copyright
diff --git a/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.mk b/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.mk
index 4e5f8e17f7..32e134ca83 100644
--- a/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.mk
+++ b/package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SCREENSAVER_ASTERWAVE_VERSION = 3.0.4-Leia
+KODI_SCREENSAVER_ASTERWAVE_VERSION = 3.0.5-Leia
 KODI_SCREENSAVER_ASTERWAVE_SITE = $(call github,xbmc,screensaver.asterwave,$(KODI_SCREENSAVER_ASTERWAVE_VERSION))
 KODI_SCREENSAVER_ASTERWAVE_LICENSE = GPL-2.0+
 KODI_SCREENSAVER_ASTERWAVE_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 03/11] package/kodi-screensaver-cpblobs: bump version to 3.0.5-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 02/11] package/kodi-screensaver-asterwave: bump version to 3.0.5-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 04/11] package/kodi-screensaver-greynetic: bump version to 2.2.3-Leia Bernd Kuhls
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.hash b/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.hash
index 12e52a6747..4ff614a995 100644
--- a/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.hash
+++ b/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  8234240670c8cd0feb61536e08058a1ec2122dc638dcc4bf328fad8d70b3d4c6  kodi-screensaver-cpblobs-3.0.4-Leia.tar.gz
+sha256  afab934a2c93f73334943775f45f5a1d065e74714528bc700459d110e88e43a4  kodi-screensaver-cpblobs-3.0.5-Leia.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
diff --git a/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.mk b/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.mk
index 819bb25558..48138e37bb 100644
--- a/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.mk
+++ b/package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SCREENSAVER_CPBLOBS_VERSION = 3.0.4-Leia
+KODI_SCREENSAVER_CPBLOBS_VERSION = 3.0.5-Leia
 KODI_SCREENSAVER_CPBLOBS_SITE = $(call github,xbmc,screensaver.cpblobs,$(KODI_SCREENSAVER_CPBLOBS_VERSION))
 KODI_SCREENSAVER_CPBLOBS_LICENSE = GPL-2.0
 KODI_SCREENSAVER_CPBLOBS_LICENSE_FILES = LICENSE
-- 
2.27.0

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

* [Buildroot] [PATCH 04/11] package/kodi-screensaver-greynetic: bump version to 2.2.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 02/11] package/kodi-screensaver-asterwave: bump version to 3.0.5-Leia Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 03/11] package/kodi-screensaver-cpblobs: " Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 05/11] package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia Bernd Kuhls
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.hash b/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.hash
index eac9e1022c..87961fdae0 100644
--- a/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.hash
+++ b/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  02114c9c7467cba26ce93090ee66c015dd74fc1f0d74b46e609e53d1fd8fd218  kodi-screensaver-greynetic-2.2.2-Leia.tar.gz
+sha256  e9a24d3204e3d6d5b5302a865e37c6f2ae9e25a3536eeda4205830f5e0256555  kodi-screensaver-greynetic-2.2.3-Leia.tar.gz
 sha256  2905fdee5c68dc4944c42711d45f47794e8fb881bd67d66d0875d10f9a2156a0  debian/copyright
diff --git a/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk b/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk
index 21cbe23a64..6311325540 100644
--- a/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk
+++ b/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SCREENSAVER_GREYNETIC_VERSION = 2.2.2-Leia
+KODI_SCREENSAVER_GREYNETIC_VERSION = 2.2.3-Leia
 KODI_SCREENSAVER_GREYNETIC_SITE = $(call github,xbmc,screensaver.greynetic,$(KODI_SCREENSAVER_GREYNETIC_VERSION))
 KODI_SCREENSAVER_GREYNETIC_LICENSE = GPL-2.0+
 KODI_SCREENSAVER_GREYNETIC_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 05/11] package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (2 preceding siblings ...)
  2020-09-20  6:44 ` [Buildroot] [PATCH 04/11] package/kodi-screensaver-greynetic: bump version to 2.2.3-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 06/11] package/kodi-vfs-rar: bump version to 2.3.2-Leia Bernd Kuhls
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.hash b/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.hash
index d9cc7f6ce5..4b6114fd16 100644
--- a/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.hash
+++ b/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  618a7dfc85961c803b6292cea9004bdb71566e10a32aec2870cd29775681a808  kodi-screensaver-pingpong-2.1.2-Leia.tar.gz
+sha256  b87e65d2e3c290de7167e1098899d5816103958a99769d84e930ffd2cbfa7d00  kodi-screensaver-pingpong-2.1.3-Leia.tar.gz
 sha256  96e9b817ea6384e3d2c5241c8a0504df11d6f8bd0a2f58f25df7152da64f263c  debian/copyright
diff --git a/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk b/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk
index 5e66781ece..253d3b20e4 100644
--- a/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk
+++ b/package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SCREENSAVER_PINGPONG_VERSION = 2.1.2-Leia
+KODI_SCREENSAVER_PINGPONG_VERSION = 2.1.3-Leia
 KODI_SCREENSAVER_PINGPONG_SITE = $(call github,xbmc,screensaver.pingpong,$(KODI_SCREENSAVER_PINGPONG_VERSION))
 KODI_SCREENSAVER_PINGPONG_LICENSE = GPL-2.0+
 KODI_SCREENSAVER_PINGPONG_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 06/11] package/kodi-vfs-rar: bump version to 2.3.2-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (3 preceding siblings ...)
  2020-09-20  6:44 ` [Buildroot] [PATCH 05/11] package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 07/11] package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia Bernd Kuhls
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-vfs-rar/kodi-vfs-rar.hash b/package/kodi-vfs-rar/kodi-vfs-rar.hash
index 0fcf7f795b..22ad584fb8 100644
--- a/package/kodi-vfs-rar/kodi-vfs-rar.hash
+++ b/package/kodi-vfs-rar/kodi-vfs-rar.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  0ca45226b071d50595f2c06471761713765a83484bb2b9629c694d4b310007c1  kodi-vfs-rar-2.3.1-Leia.tar.gz
+sha256  5275c09eed7e8354849caa17c3d9699abcfa2437a7c7af3833bffd10fc1c577f  kodi-vfs-rar-2.3.2-Leia.tar.gz
 # License files
 sha256  6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a  lib/UnrarXLib/license.txt
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-vfs-rar/kodi-vfs-rar.mk b/package/kodi-vfs-rar/kodi-vfs-rar.mk
index 315a77903e..c0d52a1d25 100644
--- a/package/kodi-vfs-rar/kodi-vfs-rar.mk
+++ b/package/kodi-vfs-rar/kodi-vfs-rar.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VFS_RAR_VERSION = 2.3.1-Leia
+KODI_VFS_RAR_VERSION = 2.3.2-Leia
 KODI_VFS_RAR_SITE = $(call github,xbmc,vfs.rar,$(KODI_VFS_RAR_VERSION))
 KODI_VFS_RAR_LICENSE = unrar, GPL-2.0+
 KODI_VFS_RAR_LICENSE_FILES = lib/UnrarXLib/license.txt LICENSE.md
-- 
2.27.0

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

* [Buildroot] [PATCH 07/11] package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (4 preceding siblings ...)
  2020-09-20  6:44 ` [Buildroot] [PATCH 06/11] package/kodi-vfs-rar: bump version to 2.3.2-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:44 ` [Buildroot] [PATCH 08/11] package/kodi-visualisation-goom: bump version to 2.2.3-Leia Bernd Kuhls
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.hash b/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.hash
index 390b4be8fc..4e215f331c 100644
--- a/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.hash
+++ b/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  8142fe4a32c0c113945c5fc9745e54639ca73308371d292e3422730bfad1d064  kodi-visualisation-fishbmc-5.1.2-Leia.tar.gz
+sha256  a03d4f64a6d44625d6936fd3abd359a0a08d11252663cae9fc5d061bd489c006  kodi-visualisation-fishbmc-5.1.3-Leia.tar.gz
 sha256  684792cea796ea39d086ffd6cf5cb7c70ab8188dcf493707ba90d081d28f787e  visualization.fishbmc/LICENSE
diff --git a/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.mk b/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.mk
index a89c559d26..defc183ff9 100644
--- a/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.mk
+++ b/package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_FISHBMC_VERSION = 5.1.2-Leia
+KODI_VISUALISATION_FISHBMC_VERSION = 5.1.3-Leia
 KODI_VISUALISATION_FISHBMC_SITE = $(call github,xbmc,visualization.fishbmc,$(KODI_VISUALISATION_FISHBMC_VERSION))
 KODI_VISUALISATION_FISHBMC_LICENSE = GPL-2.0+
 KODI_VISUALISATION_FISHBMC_LICENSE_FILES = visualization.fishbmc/LICENSE
-- 
2.27.0

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

* [Buildroot] [PATCH 08/11] package/kodi-visualisation-goom: bump version to 2.2.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (5 preceding siblings ...)
  2020-09-20  6:44 ` [Buildroot] [PATCH 07/11] package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia Bernd Kuhls
@ 2020-09-20  6:44 ` Bernd Kuhls
  2020-09-20  6:45 ` [Buildroot] [PATCH 09/11] package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia Bernd Kuhls
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:44 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-visualisation-goom/kodi-visualisation-goom.hash b/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
index c7c45ab64d..c9fa7dea9f 100644
--- a/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
+++ b/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  14b948e7e3b6e4b9c5d7a8438fe076480483d2a515047401a1769e82858ef245  kodi-visualisation-goom-2.2.2-Leia.tar.gz
+sha256  fdd656721f6d1b1962fd0a1e240eafb4710237ba70809dd0391cd10cacf4417c  kodi-visualisation-goom-2.2.3-Leia.tar.gz
 sha256  a6b36f495079206146ae0b11624a8db49a538f421ffe1341f8651c9e6b06f0b0  debian/copyright
diff --git a/package/kodi-visualisation-goom/kodi-visualisation-goom.mk b/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
index 9883ef8c38..d83f857ae1 100644
--- a/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
+++ b/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_GOOM_VERSION = 2.2.2-Leia
+KODI_VISUALISATION_GOOM_VERSION = 2.2.3-Leia
 KODI_VISUALISATION_GOOM_SITE = $(call github,xbmc,visualization.goom,$(KODI_VISUALISATION_GOOM_VERSION))
 KODI_VISUALISATION_GOOM_LICENSE = GPL-2.0+
 KODI_VISUALISATION_GOOM_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 09/11] package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (6 preceding siblings ...)
  2020-09-20  6:44 ` [Buildroot] [PATCH 08/11] package/kodi-visualisation-goom: bump version to 2.2.3-Leia Bernd Kuhls
@ 2020-09-20  6:45 ` Bernd Kuhls
  2020-09-20  6:45 ` [Buildroot] [PATCH 10/11] package/kodi-visualisation-starburst: bump version to 2.0.3-Leia Bernd Kuhls
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:45 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
index 6585467ef8..67ab8867e6 100644
--- a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
+++ b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  7b09de334ed3c96d2e2552e0594b8f76c11e36edfc10efd725851140132a4d4f  kodi-visualisation-shadertoy-1.2.3-Leia.tar.gz
+sha256  07724fc59cc5f960a941b8255af326e87fa9fbc8234498c7e21d8a46050e0dd4  kodi-visualisation-shadertoy-1.2.4-Leia.tar.gz
 sha256  e33ac3ac6ca1bdd4a4a411481d43579d855622e7ecc207809b5f49ea617db480  debian/copyright
diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
index f6e417bef3..865abf02cc 100644
--- a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
+++ b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_SHADERTOY_VERSION = 1.2.3-Leia
+KODI_VISUALISATION_SHADERTOY_VERSION = 1.2.4-Leia
 KODI_VISUALISATION_SHADERTOY_SITE = $(call github,xbmc,visualization.shadertoy,$(KODI_VISUALISATION_SHADERTOY_VERSION))
 KODI_VISUALISATION_SHADERTOY_LICENSE = GPL-2.0+
 KODI_VISUALISATION_SHADERTOY_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 10/11] package/kodi-visualisation-starburst: bump version to 2.0.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (7 preceding siblings ...)
  2020-09-20  6:45 ` [Buildroot] [PATCH 09/11] package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia Bernd Kuhls
@ 2020-09-20  6:45 ` Bernd Kuhls
  2020-09-20  6:45 ` [Buildroot] [PATCH 11/11] package/kodi-visualisation-waveform: bump version to 3.1.2-Leia Bernd Kuhls
  2020-09-20 13:05 ` [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Thomas Petazzoni
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:45 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash
index a0c820eea3..834d71ae5c 100644
--- a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash
+++ b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  8e2ee8b39fe1c0daa24b11a9c4a175a85fdbdf7dc1bc48a1ab4876edeb6f676f  kodi-visualisation-starburst-2.0.2-Leia.tar.gz
+sha256  5a06385dd4824373a00fe4e2139b3d851c51ed001f68671acf99d17ce348f5e2  kodi-visualisation-starburst-2.0.3-Leia.tar.gz
 sha256  2e668b3da2f061a6d6ecc3cb96bdfb0f8fc9cc98c9e9f95454bc45b88708690f  debian/copyright
diff --git a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
index 9f1137d12c..8d736f08e9 100644
--- a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
+++ b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_STARBURST_VERSION = 2.0.2-Leia
+KODI_VISUALISATION_STARBURST_VERSION = 2.0.3-Leia
 KODI_VISUALISATION_STARBURST_SITE = $(call github,xbmc,visualization.starburst,$(KODI_VISUALISATION_STARBURST_VERSION))
 KODI_VISUALISATION_STARBURST_LICENSE = GPL-2.0+
 KODI_VISUALISATION_STARBURST_LICENSE_FILES = debian/copyright
-- 
2.27.0

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

* [Buildroot] [PATCH 11/11] package/kodi-visualisation-waveform: bump version to 3.1.2-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (8 preceding siblings ...)
  2020-09-20  6:45 ` [Buildroot] [PATCH 10/11] package/kodi-visualisation-starburst: bump version to 2.0.3-Leia Bernd Kuhls
@ 2020-09-20  6:45 ` Bernd Kuhls
  2020-09-20 13:05 ` [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Thomas Petazzoni
  10 siblings, 0 replies; 12+ messages in thread
From: Bernd Kuhls @ 2020-09-20  6:45 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-visualisation-waveform/kodi-visualisation-waveform.hash b/package/kodi-visualisation-waveform/kodi-visualisation-waveform.hash
index 282a2dab0f..578b2ea8a4 100644
--- a/package/kodi-visualisation-waveform/kodi-visualisation-waveform.hash
+++ b/package/kodi-visualisation-waveform/kodi-visualisation-waveform.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  c5fbf48c2251b61d9abfcd679a750199f5efc78e63fded9a1482cfd9b41d0b5b  kodi-visualisation-waveform-3.1.1-Leia.tar.gz
+sha256  d734cbe9d7e661e8d4e61ff2bada423fd8dba33c5148b5044f4b1a1997c51376  kodi-visualisation-waveform-3.1.2-Leia.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/kodi-visualisation-waveform/kodi-visualisation-waveform.mk b/package/kodi-visualisation-waveform/kodi-visualisation-waveform.mk
index 6f6633673d..62567740f6 100644
--- a/package/kodi-visualisation-waveform/kodi-visualisation-waveform.mk
+++ b/package/kodi-visualisation-waveform/kodi-visualisation-waveform.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_WAVEFORM_VERSION = 3.1.1-Leia
+KODI_VISUALISATION_WAVEFORM_VERSION = 3.1.2-Leia
 KODI_VISUALISATION_WAVEFORM_SITE = $(call github,xbmc,visualization.waveform,$(KODI_VISUALISATION_WAVEFORM_VERSION))
 KODI_VISUALISATION_WAVEFORM_LICENSE = GPL-2.0+
 KODI_VISUALISATION_WAVEFORM_LICENSE_FILES = COPYING
-- 
2.27.0

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

* [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia
  2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
                   ` (9 preceding siblings ...)
  2020-09-20  6:45 ` [Buildroot] [PATCH 11/11] package/kodi-visualisation-waveform: bump version to 3.1.2-Leia Bernd Kuhls
@ 2020-09-20 13:05 ` Thomas Petazzoni
  10 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2020-09-20 13:05 UTC (permalink / raw)
  To: buildroot

On Sun, 20 Sep 2020 08:44:52 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

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

Series applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-09-20 13:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20  6:44 [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 02/11] package/kodi-screensaver-asterwave: bump version to 3.0.5-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 03/11] package/kodi-screensaver-cpblobs: " Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 04/11] package/kodi-screensaver-greynetic: bump version to 2.2.3-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 05/11] package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 06/11] package/kodi-vfs-rar: bump version to 2.3.2-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 07/11] package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia Bernd Kuhls
2020-09-20  6:44 ` [Buildroot] [PATCH 08/11] package/kodi-visualisation-goom: bump version to 2.2.3-Leia Bernd Kuhls
2020-09-20  6:45 ` [Buildroot] [PATCH 09/11] package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia Bernd Kuhls
2020-09-20  6:45 ` [Buildroot] [PATCH 10/11] package/kodi-visualisation-starburst: bump version to 2.0.3-Leia Bernd Kuhls
2020-09-20  6:45 ` [Buildroot] [PATCH 11/11] package/kodi-visualisation-waveform: bump version to 3.1.2-Leia Bernd Kuhls
2020-09-20 13:05 ` [Buildroot] [PATCH 01/11] package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia 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.