lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 9623e833e2e56f731612037d35a410a905cbcf3f
parent 4d94fee98f1bd03aecbc134c50958d481bb9ef15
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Thu, 19 May 2016 19:12:25 +0200

debootstrap: update to version 1.0.81

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Madmin/debootstrap/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.80 +PKG_VERSION:=1.0.81 PKG_RELEASE:=1 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:=498d7c3852760ede28374ba74695f777 +PKG_MD5SUM:=06d2fc8005113da0c74aa4c8ff82d659 PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright