diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-05-13 13:34:36 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-05-13 13:34:36 +0200 |
commit | 386d09b7d8482c0aa1f7dcd9672c6067eded2eba (patch) | |
tree | 9f942d5b508910a152dc8222ec401720171c2855 | |
parent | 964edd830b12884df476f9abb001478754506660 (diff) |
debootstrap: fix wrong source MD5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | admin/debootstrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index de8f1da85..629f221d4 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -15,7 +15,7 @@ PKG_MAINTAINER=Daniel Golle <daniel@makrotopia.org> PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap -PKG_MD5SUM:=0f0ce1195a08f2809673d8e867fa61e6 +PKG_MD5SUM:=b7e98013966e595ba50230f60efe7cbe PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |