Browse Source

debootstrap: fix wrong source MD5

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
386d09b7d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin/debootstrap/Makefile

+ 1
- 1
admin/debootstrap/Makefile View File

@ -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


Loading…
Cancel
Save