diff options
Diffstat (limited to 'mail-client/alpine/alpine-2.21.1-r1.ebuild')
-rw-r--r-- | mail-client/alpine/alpine-2.21.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild index 1e80cdb29d81..91a97405d866 100644 --- a/mail-client/alpine/alpine-2.21.1-r1.ebuild +++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/" +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/" GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a" MY_P="${PN}-${GIT_COMMIT::7}" -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" |