mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# 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…
Add table
Reference in a new issue