Updates PKG_VERSION and PKG_MD5SUM to version 1.0.55 as that is actually available at http://ftp.debian.org/debian/pool/main/d/debootstrap/
This is part of my first attempt to build an OpenWrt image. I don't know the implications of this change beyond allowing my `make download` to continue. Signed-off-by: Sandy McArthur Jr <[email protected]> --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index e8e9472..73e15ef 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.48 +PKG_VERSION:=1.0.55 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_MD5SUM:=fae3ba2258e41e17bcb77bbe84d26b2e +PKG_MD5SUM:=f01432f4d7c193ac7a868416ace41bad UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf - _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
