mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libcdio: bump version to 2.2.0
Release notes: https://github.com/libcdio/libcdio/releases/tag/2.1.1 https://github.com/libcdio/libcdio/releases/tag/2.2.0 Switched _SITE to github: https://lists.gnu.org/archive/html/libcdio-devel/2025-01/msg00005.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
33fbe2bbdc
commit
920f45bd24
@@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b libcdio-2.1.0.tar.bz2
|
||||
sha256 6f8fbdf4d189cf63f2a7a1549c516cd720c7b222c7aaadbc924a26e745a48539 libcdio-2.2.0.tar.bz2
|
||||
|
||||
# Hash for license file:
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCDIO_VERSION = 2.1.0
|
||||
LIBCDIO_VERSION = 2.2.0
|
||||
LIBCDIO_SOURCE = libcdio-$(LIBCDIO_VERSION).tar.bz2
|
||||
LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
|
||||
LIBCDIO_SITE = https://github.com/libcdio/libcdio/releases/download/$(LIBCDIO_VERSION)
|
||||
LIBCDIO_INSTALL_STAGING = YES
|
||||
LIBCDIO_LICENSE = GPL-3.0+
|
||||
LIBCDIO_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user