diff options
author | Christoph König <christoph.koenig@gmail.com> | 2014-09-12 18:50:39 +0200 |
---|---|---|
committer | Christoph König <christoph.koenig@gmail.com> | 2014-09-12 18:50:39 +0200 |
commit | f977896dd3988ca72e1b08c7651e45e95bc5924b (patch) | |
tree | 5f687b6d0cbdc0c5079e774522427f1208cb4090 /admin | |
parent | 34fd74553a6ae4688bf0718b8c71a9d49416514d (diff) |
debootstrap: update to 1.0.61
Signed-off-by: Christoph König <christoph.koenig@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/debootstrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 9c3fc6171..beda10bb9 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.60~bpo70+1 +PKG_VERSION:=1.0.61 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:=6d4e3b97981b9e0bb86f49d8edac91af +PKG_MD5SUM:=a330f764664b3f16af0f1ad56b9eccaf PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |