diff mbox series

[1/1] package/nbd: bump to version 3.25

Message ID 20231229215306.23834-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/nbd: bump to version 3.25 | expand

Commit Message

Fabrice Fontaine Dec. 29, 2023, 9:53 p.m. UTC
Switch site to github to get latest release

https://github.com/NetworkBlockDevice/nbd/releases/tag/nbd-3.25

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nbd/nbd.hash | 6 +-----
 package/nbd/nbd.mk   | 4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

Comments

Thomas Petazzoni Jan. 1, 2024, 8:33 p.m. UTC | #1
On Fri, 29 Dec 2023 22:53:06 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Switch site to github to get latest release
> 
> https://github.com/NetworkBlockDevice/nbd/releases/tag/nbd-3.25
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/nbd/nbd.hash | 6 +-----
>  package/nbd/nbd.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 7 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/nbd/nbd.hash b/package/nbd/nbd.hash
index f58a89bf9a..9fe95441af 100644
--- a/package/nbd/nbd.hash
+++ b/package/nbd/nbd.hash
@@ -1,7 +1,3 @@ 
-# From http://sourceforge.net/projects/nbd/files/nbd/3.24/
-md5  a6d9e7bbc311a2ed07ef84a58b82b5dd  nbd-3.24.tar.xz
-sha1  72c59ef5186ae355de6f539a1b348e18cbb8314e  nbd-3.24.tar.xz
-
 # Locally calculated
-sha256  6877156d23a7b33f75eee89d2f5c2c91c542afc3cdcb636dea5a88539a58d10c  nbd-3.24.tar.xz
+sha256  f5c8fd0fcb57b1c926594d0e57f356432ee08678bef1d40d088f0830f0cbdd0a  nbd-3.25.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk
index 50f698dd24..b077e43624 100644
--- a/package/nbd/nbd.mk
+++ b/package/nbd/nbd.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-NBD_VERSION = 3.24
+NBD_VERSION = 3.25
 NBD_SOURCE = nbd-$(NBD_VERSION).tar.xz
-NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
+NBD_SITE = https://github.com/NetworkBlockDevice/nbd/releases/download/nbd-$(NBD_VERSION)
 NBD_CONF_OPTS = --enable-lfs
 NBD_DEPENDENCIES = host-bison host-pkgconf libglib2
 NBD_LICENSE = GPL-2.0