mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
debootstrap: update to 1.0.96.
This commit is contained in:
parent
bfb079e2b0
commit
d4b7c3a205
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
--- usr/bin/debootstrap 2014-09-25 13:44:06.000000000 +0900
|
--- usr/bin/debootstrap 2014-09-25 13:44:06.000000000 +0900
|
||||||
+++ usr/bin/debootstrap 2014-10-17 11:57:17.000000000 +0900
|
+++ usr/bin/debootstrap 2014-10-17 11:57:17.000000000 +0900
|
||||||
@@ -50,7 +50,7 @@
|
@@ -50,7 +50,7 @@
|
||||||
DEF_MIRROR="http://ftp.us.debian.org/debian"
|
fi
|
||||||
DEF_HTTPS_MIRROR="https://mirrors.kernel.org/debian"
|
fi
|
||||||
|
fi
|
||||||
-export LANG USE_COMPONENTS
|
-export LANG USE_COMPONENTS
|
||||||
+export LANG USE_COMPONENTS EXCLUDE
|
+export LANG USE_COMPONENTS EXCLUDE
|
||||||
umask 022
|
umask 022
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'debootstrap'
|
# Template file for 'debootstrap'
|
||||||
pkgname=debootstrap
|
pkgname=debootstrap
|
||||||
version=1.0.95
|
version=1.0.96
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="binutils bzip2 gnupg gzip tar wget xz"
|
depends="binutils bzip2 gnupg gzip tar wget xz"
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb
|
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb
|
||||||
${DEBIAN_SITE}/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb"
|
${DEBIAN_SITE}/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb"
|
||||||
checksum="7c1d8300280f08dcc10c6cded79eee61b539ba857ab3847bf210361d44adf185
|
checksum="12ffc7d26021eefef8b9e667e78088c6a655439768e505e2c6d83999f3fed03c
|
||||||
017a2fba215cd64612891f5aa02546be5c0e30923a66672f889867cc6dd8d3a0"
|
017a2fba215cd64612891f5aa02546be5c0e30923a66672f889867cc6dd8d3a0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue