diff mbox series

package/poke: bump to version 3.0

Message ID 20230218180215.1077049-1-romain.naour@gmail.com
State Accepted
Headers show
Series package/poke: bump to version 3.0 | expand

Commit Message

Romain Naour Feb. 18, 2023, 6:02 p.m. UTC
See:
http://www.jemarch.net/poke-3.0-relnotes.html

Build tested:
https://gitlab.com/kubu93/buildroot/-/pipelines/782116399

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
test-pkg config:
 BR2_PACKAGE_POKE=y
---
 package/poke/poke.hash | 2 +-
 package/poke/poke.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Feb. 19, 2023, 9:10 p.m. UTC | #1
On Sat, 18 Feb 2023 19:02:15 +0100
Romain Naour <romain.naour@gmail.com> wrote:

> See:
> http://www.jemarch.net/poke-3.0-relnotes.html
> 
> Build tested:
> https://gitlab.com/kubu93/buildroot/-/pipelines/782116399
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> test-pkg config:
>  BR2_PACKAGE_POKE=y
> ---
>  package/poke/poke.hash | 2 +-
>  package/poke/poke.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/poke/poke.hash b/package/poke/poke.hash
index 09dc4e8972..e6e436570c 100644
--- a/package/poke/poke.hash
+++ b/package/poke/poke.hash
@@ -1,4 +1,4 @@ 
 # Locally calculated
-sha256  841e285917c6738ce982a6930e30ebeadecfb0655a79d9184f16f876a9fe6e47  poke-2.4.tar.gz
+sha256  79a9b2f33c9f8c327c499afadaeeabfeecf6ad4988924d2c6c6f317e50317add  poke-3.0.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  jitter/COPYING
diff --git a/package/poke/poke.mk b/package/poke/poke.mk
index d49e628dbf..4a6ff344b2 100644
--- a/package/poke/poke.mk
+++ b/package/poke/poke.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-POKE_VERSION = 2.4
+POKE_VERSION = 3.0
 POKE_SITE = $(BR2_GNU_MIRROR)/poke
 # gnulib license is a mix/mess of public-domain and various GPL and LGPL versions.
 POKE_LICENSE = GPL-3.0+, GPL-3.0+ (jitter), gnulib license (gnulib)