diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-10-07 15:46:47 +0200 |
---|---|---|
committer | Daniel Golle <dangowrt@users.noreply.github.com> | 2020-10-09 19:06:21 +0100 |
commit | 2d6475fa93eef52512453859031bd8731d8830d7 (patch) | |
tree | 4b9ac39c874a3358a02d878c7f3a4f6e16ea54dc /admin | |
parent | 14fe2dfe0fc35b9f07eb51e0ce971232633032e6 (diff) |
debootstrap: update to version 1.0.123
Signed-off-by: Josef Schlehofer <pepe.schlehofer@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 cf29b2848..a00adcc0c 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.119~bpo10+1 +PKG_VERSION:=1.0.123 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap -PKG_HASH:=b48aeb76533f233ac45c8b5ddd452550b3998e67e32dba4137f320a1a7b3519e +PKG_HASH:=df537297f212a7ffab3bb033065a466887e552a579d4f7115f2d042a86ba811f PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=Unique |