Browse Source

debootstrap: update to version 1.0.124

Update package and use @DEBIAN mirror.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 3 years ago
parent
commit
494a13dd23
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      admin/debootstrap/Makefile
  2. +1
    -1
      admin/debootstrap/patches/010-no-nvswitch.patch

+ 3
- 3
admin/debootstrap/Makefile View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=debootstrap
PKG_VERSION:=1.0.123
PKG_VERSION:=1.0.124
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:=df537297f212a7ffab3bb033065a466887e552a579d4f7115f2d042a86ba811f
PKG_SOURCE_URL:=@DEBIAN/pool/main/d/debootstrap
PKG_HASH:=736a47f4182e284b3c51e4a355536dba3e7bbc72269188287f2da87eafb6f4a6
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=Unique


+ 1
- 1
admin/debootstrap/patches/010-no-nvswitch.patch View File

@ -1,6 +1,6 @@
--- a/usr/share/debootstrap/functions
+++ b/usr/share/debootstrap/functions
@@ -77,7 +77,6 @@ progress_next () {
@@ -78,7 +78,6 @@ progress_next () {
}
wgetprogress () {


Loading…
Cancel
Save