From e52f45b52148d4ec4961dcb4a9092e9d0c5eb02a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 21 Sep 2018 11:11:11 +0200 Subject: [PATCH] zsh: update HOMEPAGE. --- app-shells/zsh/zsh-5.5.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh/zsh-5.5.1.recipe b/app-shells/zsh/zsh-5.5.1.recipe index ebf0a71ba..3b73c143e 100644 --- a/app-shells/zsh/zsh-5.5.1.recipe +++ b/app-shells/zsh/zsh-5.5.1.recipe @@ -3,11 +3,11 @@ DESCRIPTION="Zsh is a shell designed for interactive use, although it \ is also a powerful scripting language. Many of the useful features of \ bash, ksh, and tcsh were incorporated into zsh; plenty original features \ were added." -HOMEPAGE="https://zsh.org/" +HOMEPAGE="https://www.zsh.org/" COPYRIGHT="1992-2018 The Zsh Development Group" LICENSE="ZSH GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" CHECKSUM_SHA256="e1c38808fcbe0cc1344d55c9a758349f7ba1e317325b154621ac37eddac4aa80" SOURCE_URI_2="https://downloads.sf.net/zsh/zsh-$portVersion-doc.tar.xz"