* [Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13
@ 2024-12-11 19:11 Bernd Kuhls
2024-12-11 19:11 ` [Buildroot] [PATCH 2/2] package/alsa-utils: " Bernd Kuhls
2024-12-12 11:32 ` [Buildroot] [PATCH 1/2] package/alsa-lib: " Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2024-12-11 19:11 UTC (permalink / raw)
To: buildroot
Changelog:
https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-lib
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/alsa-lib/alsa-lib.hash | 2 +-
package/alsa-lib/alsa-lib.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/alsa-lib/alsa-lib.hash b/package/alsa-lib/alsa-lib.hash
index 9c993c05ae..0533df7954 100644
--- a/package/alsa-lib/alsa-lib.hash
+++ b/package/alsa-lib/alsa-lib.hash
@@ -1,4 +1,4 @@
# Locally calculated
-sha256 4868cd908627279da5a634f468701625be8cc251d84262c7e5b6a218391ad0d2 alsa-lib-1.2.12.tar.bz2
+sha256 8c4ff37553cbe89618e187e4c779f71a9bb2a8b27b91f87ed40987cc9233d8f6 alsa-lib-1.2.13.tar.bz2
sha256 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b COPYING
sha256 bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced aserver/COPYING
diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk
index 1dc25ea4a8..6272fa69df 100644
--- a/package/alsa-lib/alsa-lib.mk
+++ b/package/alsa-lib/alsa-lib.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ALSA_LIB_VERSION = 1.2.12
+ALSA_LIB_VERSION = 1.2.13
ALSA_LIB_SOURCE = alsa-lib-$(ALSA_LIB_VERSION).tar.bz2
ALSA_LIB_SITE = https://www.alsa-project.org/files/pub/lib
ALSA_LIB_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (aserver)
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/alsa-utils: bump version to 1.2.13
2024-12-11 19:11 [Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13 Bernd Kuhls
@ 2024-12-11 19:11 ` Bernd Kuhls
2024-12-12 11:32 ` Peter Korsgaard
2024-12-12 11:32 ` [Buildroot] [PATCH 1/2] package/alsa-lib: " Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2024-12-11 19:11 UTC (permalink / raw)
To: buildroot
Changelog:
https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-utils
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/alsa-utils/alsa-utils.hash | 2 +-
package/alsa-utils/alsa-utils.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/alsa-utils/alsa-utils.hash b/package/alsa-utils/alsa-utils.hash
index bff223f942..c43ffd62cb 100644
--- a/package/alsa-utils/alsa-utils.hash
+++ b/package/alsa-utils/alsa-utils.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 98bc6677d0c0074006679051822324a0ab0879aea558a8f68b511780d30cd924 alsa-utils-1.2.12.tar.bz2
+sha256 1702a6b1cdf9ba3e996ecbc1ddcf9171e6808f5961d503d0f27e80ee162f1daa alsa-utils-1.2.13.tar.bz2
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
diff --git a/package/alsa-utils/alsa-utils.mk b/package/alsa-utils/alsa-utils.mk
index e77e36fc55..382d178c7f 100644
--- a/package/alsa-utils/alsa-utils.mk
+++ b/package/alsa-utils/alsa-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ALSA_UTILS_VERSION = 1.2.12
+ALSA_UTILS_VERSION = 1.2.13
ALSA_UTILS_SOURCE = alsa-utils-$(ALSA_UTILS_VERSION).tar.bz2
ALSA_UTILS_SITE = https://www.alsa-project.org/files/pub/utils
ALSA_UTILS_LICENSE = GPL-2.0
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13
2024-12-11 19:11 [Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13 Bernd Kuhls
2024-12-11 19:11 ` [Buildroot] [PATCH 2/2] package/alsa-utils: " Bernd Kuhls
@ 2024-12-12 11:32 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-12-12 11:32 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Changelog:
> https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-lib
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-12 11:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 19:11 [Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13 Bernd Kuhls
2024-12-11 19:11 ` [Buildroot] [PATCH 2/2] package/alsa-utils: " Bernd Kuhls
2024-12-12 11:32 ` Peter Korsgaard
2024-12-12 11:32 ` [Buildroot] [PATCH 1/2] package/alsa-lib: " Peter Korsgaard
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.