diff mbox series

[next,1/1] package/volk: bump to version 3.1.2

Message ID 20240813172802.137236-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/volk: bump to version 3.1.2 | expand

Commit Message

Julien Olivain Aug. 13, 2024, 5:28 p.m. UTC
For release notes since v3.0.0, see:
https://www.libvolk.org/release-v310.html
https://www.libvolk.org/release-v311.html
https://www.libvolk.org/release-v312.html

Fixes:
http://autobuild.buildroot.org/results/82cb35e9be6a57539d4e370ab2c4a4fae9d8b5d8/

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/volk/volk.hash | 2 +-
 package/volk/volk.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 14, 2024, 8:04 p.m. UTC | #1
On Tue, 13 Aug 2024 19:28:02 +0200
Julien Olivain <ju.o@free.fr> wrote:

> For release notes since v3.0.0, see:
> https://www.libvolk.org/release-v310.html
> https://www.libvolk.org/release-v311.html
> https://www.libvolk.org/release-v312.html
> 
> Fixes:
> http://autobuild.buildroot.org/results/82cb35e9be6a57539d4e370ab2c4a4fae9d8b5d8/
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  package/volk/volk.hash | 2 +-
>  package/volk/volk.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/volk/volk.hash b/package/volk/volk.hash
index 8047a68bab..3a363f0357 100644
--- a/package/volk/volk.hash
+++ b/package/volk/volk.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  88fd80638a3683f23a8cae6c551a8cfe9ea55735c701846f3eeeeeea8a14f6a3  volk-3.0.0.tar.xz
+sha256  ce62f645c2ee3ef8b38f923de78ef4df9a1b7696d618f57781955803ee29bab3  volk-3.1.2.tar.xz
 sha256  e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118  COPYING
diff --git a/package/volk/volk.mk b/package/volk/volk.mk
index 67475d5c90..396f4e6e8b 100644
--- a/package/volk/volk.mk
+++ b/package/volk/volk.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-VOLK_VERSION = 3.0.0
+VOLK_VERSION = 3.1.2
 VOLK_SITE = https://github.com/gnuradio/volk/releases/download/v$(VOLK_VERSION)
 VOLK_SOURCE = volk-$(VOLK_VERSION).tar.xz
 VOLK_LICENSE = LGPL-3.0+