diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-29 10:37:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 11:58:13 +0200 |
commit | 2a5cf81c05c8cc37641092b6ac58623f3dabbb9a (patch) | |
tree | 06e067ea9d955a6ca597cf1a89128ed32f5123b6 | |
parent | f4594a277c12e2cee732aaccf36e477143bc5336 (diff) | |
download | buildroot-2a5cf81c05c8cc37641092b6ac58623f3dabbb9a.tar.gz buildroot-2a5cf81c05c8cc37641092b6ac58623f3dabbb9a.zip |
package/kodi-adsp-freesurround: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash | 2 | ||||
-rw-r--r-- | package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash index f23717f79b..2649bbdcbf 100644 --- a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash +++ b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 652c32d0c4b61343cbed13b6edd1ab4ad35280240a0ddb386f04adaa46986e7f kodi-adsp-freesurround-08b691d3d9a0382d2f6f789a31614fb02512036c.tar.gz +sha256 cf6985be6839530027861b54e2146693d05e802363281ef6f8c1f352dbf94b5c kodi-adsp-freesurround-34f50406bcba22e364711562e5b9205e57ae844b.tar.gz diff --git a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk index c387d891c4..927af74da7 100644 --- a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk +++ b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk @@ -4,7 +4,9 @@ # ################################################################################ -KODI_ADSP_FREESURROUND_VERSION = 08b691d3d9a0382d2f6f789a31614fb02512036c +# This cset is on the branch 'Krypton' +# When Kodi is updated, then this should be updated to the corresponding branch +KODI_ADSP_FREESURROUND_VERSION = 34f50406bcba22e364711562e5b9205e57ae844b KODI_ADSP_FREESURROUND_SITE = $(call github,kodi-adsp,adsp.freesurround,$(KODI_ADSP_FREESURROUND_VERSION)) KODI_ADSP_FREESURROUND_LICENSE = GPL-3.0+ KODI_ADSP_FREESURROUND_LICENSE_FILES = LICENSE.md |