diff options
Diffstat (limited to 'dev-libs/libserialport/libserialport-0.1.1.ebuild')
-rw-r--r-- | dev-libs/libserialport/libserialport-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libserialport/libserialport-0.1.1.ebuild b/dev-libs/libserialport/libserialport-0.1.1.ebuild index 825a42a1d744..e8a3054e9ead 100644 --- a/dev-libs/libserialport/libserialport-0.1.1.ebuild +++ b/dev-libs/libserialport/libserialport-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,12 +9,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" fi DESCRIPTION="Cross platform serial port access library" -HOMEPAGE="http://sigrok.org/wiki/Libserialport" +HOMEPAGE="https://sigrok.org/wiki/Libserialport" LICENSE="LGPL-3" SLOT="0" |