diff options
author | Peter Wagner <tripolar@gmx.at> | 2015-03-25 13:02:11 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2015-03-25 13:02:11 +0100 |
commit | f49ab7c61abf2378aa48f05b2dd0da4d0bbc1a4b (patch) | |
tree | fed3fb385308d516113579ddcbeac6727156d5d8 /admin/debootstrap/Makefile | |
parent | d5a203f1eba6f93894b9185df763b945c3a72941 (diff) |
Revert "debootstrap: bump version"
This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
Diffstat (limited to 'admin/debootstrap/Makefile')
-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 a55ba353f..f2e18d5d8 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.67 +PKG_VERSION:=1.0.66 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:=e7854d4b10ab860f08921525406debdd +PKG_MD5SUM:=bf6370ea0aa80308dfb03a4a35e33ad1 PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |