diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-12-31 09:20:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-12-31 09:20:59 +0000 |
commit | 9325a7e607f46ed09b35c72b6e18417dc372712c (patch) | |
tree | 1acf3af16d997d2795b3ccfbf6c12f16ee932d54 | |
parent | 3cdd49606c0e206ecd586d29c8930117c41b7b7f (diff) | |
download | master-187ad058-9325a7e607f46ed09b35c72b6e18417dc372712c.tar.gz master-187ad058-9325a7e607f46ed09b35c72b6e18417dc372712c.tar.bz2 master-187ad058-9325a7e607f46ed09b35c72b6e18417dc372712c.zip |
dante: fix MD5SUM
MD5SUM is wrong, it was not updated during last update to v1.4.1.
Thanks to Daniel Dickinson <openwrt@daniel.thecshore.com> for reporting it.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48017 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/utils/dante/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile index b49ae7291c..ab05f8c9e4 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 |