* [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56
@ 2023-02-01 2:37 James Hilliard
2023-02-01 2:37 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 2.2 James Hilliard
2023-02-04 14:01 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2023-02-01 2:37 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/ell/ell.hash | 2 +-
package/ell/ell.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ell/ell.hash b/package/ell/ell.hash
index 68832c3201..c0f1731676 100644
--- a/package/ell/ell.hash
+++ b/package/ell/ell.hash
@@ -1,5 +1,5 @@
# From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-sha256 a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad ell-0.53.tar.xz
+sha256 58eb8b2b64087f7479d5db6a830a0656c536d93e5f11d4c9a4443ce8760a1b63 ell-0.56.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index b27d6feb65..994b0e19f0 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ELL_VERSION = 0.53
+ELL_VERSION = 0.56
ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
ELL_LICENSE = LGPL-2.1+
--
2.34.1
_______________________________________________
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/iwd: bump to version 2.2
2023-02-01 2:37 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 James Hilliard
@ 2023-02-01 2:37 ` James Hilliard
2023-02-04 14:03 ` Peter Korsgaard
2023-02-04 14:01 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: James Hilliard @ 2023-02-01 2:37 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/iwd/iwd.hash | 2 +-
package/iwd/iwd.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
index e7971cd637..be048b3da6 100644
--- a/package/iwd/iwd.hash
+++ b/package/iwd/iwd.hash
@@ -1,5 +1,5 @@
# From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256 9fd13512dc27d83efb8d341f7df98f5488f70131686021fcd0d93fc97af013b8 iwd-1.30.tar.xz
+sha256 dfeada6d1680221fb128dc6be50fc2d6b40e314b98458acbd696418f8da5c570 iwd-2.2.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index 5ffbde334e..b0a2f6e9ed 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IWD_VERSION = 1.30
+IWD_VERSION = 2.2
IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
IWD_LICENSE = LGPL-2.1+
--
2.34.1
_______________________________________________
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/ell: bump to version 0.56
2023-02-01 2:37 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 James Hilliard
2023-02-01 2:37 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 2.2 James Hilliard
@ 2023-02-04 14:01 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-02-04 14:01 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
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:[~2023-02-04 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 2:37 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 James Hilliard
2023-02-01 2:37 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 2.2 James Hilliard
2023-02-04 14:03 ` Peter Korsgaard
2023-02-04 14:01 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.56 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox