diff mbox

[OpenWrt-Devel] network/utils/dante: Fix wrong md5sum for download

Message ID 1450389094-105653-1-git-send-email-openwrt@daniel.thecshore.com
State Accepted, archived
Headers show

Commit Message

Daniel Dickinson Dec. 17, 2015, 9:51 p.m. UTC
From: Daniel Dickinson <openwrt@daniel.thecshore.com>

The md5sum in the Makefile doesn't match md5sum
of downloaded package which causes failure of builds
due to failure to get a successful download.
---
 package/network/utils/dante/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lars Dec. 17, 2015, 10:14 p.m. UTC | #1
hey,

as with previous occasions of hashsum mismatches: why does it mismatch?

cheers,
lars

On 17.12.2015 22:51, openwrt@daniel.thecshore.com wrote:
> From: Daniel Dickinson <openwrt@daniel.thecshore.com>
> 
> The md5sum in the Makefile doesn't match md5sum
> of downloaded package which causes failure of builds
> due to failure to get a successful download.
> ---
>  package/network/utils/dante/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile
> index b49ae72..ab05f8c 100644
> --- a/package/network/utils/dante/Makefile
> +++ b/package/network/utils/dante/Makefile
> @@ -13,7 +13,7 @@ PKG_RELEASE:=1
>  
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
>  PKG_SOURCE_URL:=http://www.inet.no/dante/files/
> -PKG_MD5SUM:=69b9d6234154d7d6a91fcbd98c68e62a
> +PKG_MD5SUM:=68c2ce12119e12cea11a90c7a80efa8f
>  
>  PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
>  PKG_LICENSE:=BSD-4-Clause
>
{Nico} Dec. 31, 2015, 9:22 a.m. UTC | #2
Hey all,

Last update to v1.4.1 did not update MD5SUM. Fixed in r48017.

Cheers,
diff mbox

Patch

diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile
index b49ae72..ab05f8c 100644
--- a/package/network/utils/dante/Makefile
+++ b/package/network/utils/dante/Makefile
@@ -13,7 +13,7 @@  PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.inet.no/dante/files/
-PKG_MD5SUM:=69b9d6234154d7d6a91fcbd98c68e62a
+PKG_MD5SUM:=68c2ce12119e12cea11a90c7a80efa8f
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
 PKG_LICENSE:=BSD-4-Clause