* [Buildroot] [PATCH] package/libcdio: bump version to 2.2.0
@ 2025-01-30 18:22 Bernd Kuhls
2025-02-03 22:12 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-01-30 18:22 UTC (permalink / raw)
To: buildroot
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>
---
package/libcdio/libcdio.hash | 2 +-
package/libcdio/libcdio.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libcdio/libcdio.hash b/package/libcdio/libcdio.hash
index 1b157992b2..52d923a3d0 100644
--- a/package/libcdio/libcdio.hash
+++ b/package/libcdio/libcdio.hash
@@ -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
diff --git a/package/libcdio/libcdio.mk b/package/libcdio/libcdio.mk
index df26d9a7ac..b84ae27759 100644
--- a/package/libcdio/libcdio.mk
+++ b/package/libcdio/libcdio.mk
@@ -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
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-03 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 18:22 [Buildroot] [PATCH] package/libcdio: bump version to 2.2.0 Bernd Kuhls
2025-02-03 22:12 ` Thomas Petazzoni via buildroot
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.