xbps: use https for repo.voidlinux.eu.
This commit is contained in:
parent
10c96fe1b6
commit
2aa7679d69
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.51
|
version=0.51
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
@ -43,6 +43,10 @@ post_install() {
|
|||||||
echo "repository=http://muslrepo.voidlinux.eu/current" > \
|
echo "repository=http://muslrepo.voidlinux.eu/current" > \
|
||||||
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
|
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo "repository=https://repo.voidlinux.eu/current" > \
|
||||||
|
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user