commit:     f1cd8e61a243e9fa7dda977d0635226349054488
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 01:51:47 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 01:51:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cd8e61

app-shells/zsh: use https for SRC_URI and HOMEPAGE

 app-shells/zsh/zsh-5.4.2.ebuild | 6 +++---
 app-shells/zsh/zsh-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-shells/zsh/zsh-5.4.2.ebuild b/app-shells/zsh/zsh-5.4.2.ebuild
index dfbabed7e84..2b9c7dcd500 100644
--- a/app-shells/zsh/zsh-5.4.2.ebuild
+++ b/app-shells/zsh/zsh-5.4.2.ebuild
@@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-       SRC_URI="http://www.zsh.org/pub/${P}.tar.gz
-               doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
+       SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
+               doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi
 
 DESCRIPTION="UNIX Shell similar to the Korn shell"
-HOMEPAGE="http://www.zsh.org/";
+HOMEPAGE="https://www.zsh.org/";
 
 LICENSE="ZSH gdbm? ( GPL-2 )"
 SLOT="0"

diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
index dfbabed7e84..2b9c7dcd500 100644
--- a/app-shells/zsh/zsh-9999.ebuild
+++ b/app-shells/zsh/zsh-9999.ebuild
@@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-       SRC_URI="http://www.zsh.org/pub/${P}.tar.gz
-               doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
+       SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
+               doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi
 
 DESCRIPTION="UNIX Shell similar to the Korn shell"
-HOMEPAGE="http://www.zsh.org/";
+HOMEPAGE="https://www.zsh.org/";
 
 LICENSE="ZSH gdbm? ( GPL-2 )"
 SLOT="0"

Reply via email to