diff options
author | Daniel Golle <dangowrt@users.noreply.github.com> | 2017-01-11 01:54:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 01:54:49 +0100 |
commit | 1497a5666ceead19d2ccf2086dc0752d4a76d1a2 (patch) | |
tree | 24ff5aacc14ac3e594279d8b29e51a2c3d455cd6 /admin | |
parent | 5589f9aa153b8b7ac3fd09891f199d41fd5b3f14 (diff) | |
parent | 82880161e6c9fd8fb9d7a030e7d07433d2fc41b1 (diff) |
Merge pull request #3527 from sartura/deboostrap-bump
debootstrap: update to version 1.0.87
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 a7d45c264..72d2c5bef 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.83 +PKG_VERSION:=1.0.87 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:=877fe5281a0e424bd6c71d121cbb725b8f56694e66558cd47c20c3aa87ceff72 +PKG_MD5SUM:=784f5754f3287ae80715d9100a4ed04e7895be5f7b81b7b2295d335dd69d79fb PKG_LICENSE:=Unique PKG_LICENSE_FILES:=debian/copyright |