diff options
author | Jiri Slachta <slachta@cesnet.cz> | 2014-09-28 13:10:40 +0200 |
---|---|---|
committer | Jiri Slachta <slachta@cesnet.cz> | 2014-09-28 13:10:40 +0200 |
commit | 9d3cc3bcd875e8957aee76f6f36a66acb2ca56ff (patch) | |
tree | cedb1fcf05f0482843fcec23ca191457086c2eb3 | |
parent | 41fb4be363a160de6254a0ec0187d61ad7f5663a (diff) |
debootstrap: update to 1.0.63
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
-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 beda10bb9..461e5a4be 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.61 +PKG_VERSION:=1.0.63 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:=a330f764664b3f16af0f1ad56b9eccaf +PKG_MD5SUM:=7bd6a1ad6721cc7d8c9ac637ae478df4 PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |