All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 51/54] package/kodi-visualisation-starburst: bump version to 2.4.0-Matrix
Date: Tue,  2 Mar 2021 08:07:46 +0100	[thread overview]
Message-ID: <20210302070749.647742-52-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20210302070749.647742-1-bernd.kuhls@t-online.de>

Switch license file to LICENSE.md.

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

diff --git a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.hash
index 834d71ae5c..b08da9788e 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  5a06385dd4824373a00fe4e2139b3d851c51ed001f68671acf99d17ce348f5e2  kodi-visualisation-starburst-2.0.3-Leia.tar.gz
-sha256  2e668b3da2f061a6d6ecc3cb96bdfb0f8fc9cc98c9e9f95454bc45b88708690f  debian/copyright
+sha256  fb991924b8f9a4f86d81b28ec629c131d36364f82914098356184c9ef03e753e  kodi-visualisation-starburst-2.4.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
index 8d736f08e9..f19a82bf81 100644
--- a/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
+++ b/package/kodi-visualisation-starburst/kodi-visualisation-starburst.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_STARBURST_VERSION = 2.0.3-Leia
+KODI_VISUALISATION_STARBURST_VERSION = 2.4.0-Matrix
 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
+KODI_VISUALISATION_STARBURST_LICENSE_FILES = LICENSE.md
 KODI_VISUALISATION_STARBURST_DEPENDENCIES = glm kodi
 
 $(eval $(cmake-package))
-- 
2.29.2

  parent reply	other threads:[~2021-03-02  7:07 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02  7:06 [Buildroot] [PATCH v2 00/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 01/54] package/kodi-pvr-iptvsimple: bump version to 3.10.0-Leia Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 02/54] package/kodi-pvr-zattoo: bump version to 18.1.23-Leia Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 03/54] package/kodi-screensaver-crystalmorph: remove package Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 04/54] package/libcec: bump version to 6.0.2 Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 05/54] package/libplatform: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 06/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 07/54] package/kodi-audiodecoder-*: mass version bump Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 08/54] package/kodi-audioencoder-*: " Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 09/54] package/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 10/54] package/kodi-inputstream-ffmpegdirect: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 11/54] package/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 12/54] package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 13/54] package/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 14/54] package/kodi-pvr-argustv: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 15/54] package/kodi-pvr-dvblink: bump version to 9.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 16/54] package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 17/54] package/kodi-pvr-filmon: bump version to 6.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 18/54] package/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 19/54] package/kodi-pvr-hts: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 20/54] package/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 21/54] package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 22/54] package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 23/54] package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 24/54] package/kodi-pvr-njoy: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 25/54] package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 26/54] package/kodi-pvr-pctv: bump version to 6.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 27/54] package/kodi-pvr-stalker: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 28/54] package/kodi-pvr-vbox: bump version to 8.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 29/54] package/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 30/54] package/kodi-pvr-vuplus: bump version to 7.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 31/54] package/kodi-pvr-wmc: bump version to 6.1.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 32/54] package/kodi-pvr-zattoo: bump version to 19.7.3-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 33/54] package/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 34/54] package/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 35/54] package/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 36/54] package/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 37/54] package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 38/54] package/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 39/54] package/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 40/54] package/kodi-screensaver-pyro: bump version to 3.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 41/54] package/kodi-screensaver-rsxs: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 42/54] package/kodi-screensaver-stars: bump version to 2.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 43/54] package/kodi-skin-confluence: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 44/54] package/kodi-vfs-libarchive: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 45/54] package/kodi-vfs-rar: bump version to 4.0.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 46/54] package/kodi-vfs-sftp: bump version to 2.0.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 47/54] package/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 48/54] package/kodi-visualisation-goom: bump version 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 49/54] package/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 50/54] package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` Bernd Kuhls [this message]
2021-03-02  7:07 ` [Buildroot] [PATCH v2 52/54] package/kodi-visualisation-waveform: bump version to 4.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 53/54] package/kodi-visualisation-matrix: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 54/54] package/kodi-platform: remove package Bernd Kuhls
2021-03-06 22:03 ` [Buildroot] [PATCH v2 00/54] package/kodi: bump version to 19.0-Matrix Thomas Petazzoni
2021-03-08  9:54   ` Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210302070749.647742-52-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.