xbps: use https for repo.voidlinux.eu.
This commit is contained in:
parent
10c96fe1b6
commit
2aa7679d69
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.51
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
build_style=configure
|
||||
short_desc="The XBPS package system utilities"
|
||||
|
@ -43,6 +43,10 @@ post_install() {
|
|||
echo "repository=http://muslrepo.voidlinux.eu/current" > \
|
||||
${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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue