else
# Versions with 4 numbers are stable updates:
if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
- SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
else
- SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
fi
KEYWORDS="amd64 ~arm64 x86"
SLOT="0/${PV}"
else
# Versions with 4 numbers are stable updates:
if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
- SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
else
- SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
fi
KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0/${PV}"
else
# Versions with 4 numbers are stable updates:
if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
- SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
else
- SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
fi
KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0/${PV}"
else
# Versions with 4 numbers are stable updates:
if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
- SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
else
- SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
+ SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
fi
KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0/${PV}"