diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-04-19 13:16:27 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-04-19 14:04:51 +0200 |
commit | c5dda8e82a88c61241fa362698c11fccd74e5785 (patch) | |
tree | d9f4e71aee363d711c6321ce49c4a99274ea73c5 /admin/debootstrap/Makefile | |
parent | 91301ed6fdbce74ee2e191f44fefaa9d76dfde0c (diff) |
debootstrap: update to version 1.0.80
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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 d76bf65f9..61d534f74 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.79 +PKG_VERSION:=1.0.80 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:=48dae2747db960f5484fe5355678c249 +PKG_MD5SUM:=498d7c3852760ede28374ba74695f777 PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |