zsh: bump version.

* fix download and home URLs.
This commit is contained in:
Jerome Duval
2015-11-30 22:03:06 +00:00
parent b8bc3c5b3f
commit 05b3666f43
2 changed files with 3 additions and 4 deletions

View File

@@ -3,14 +3,13 @@ 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; many original features \
were added."
HOMEPAGE="http://www.zsh.org"
HOMEPAGE="http://zsh.sourceforge.net"
COPYRIGHT="1992-2014, Paul Falstad, Richard Coleman, Zoltán Hidvégi, \
Andrew Main, Peter Stephenson, Sven Wishnowsky, and others"
LICENSE="ZSH"
REVISION="1"
SOURCE_URI="http://www.zsh.org/pub/zsh-5.1.tar.xz"
CHECKSUM_SHA256="c3a654fa0ef26cb1a3228c9257101870e72899fde1cd815388b1b2cbbdfa59b4"
SOURCE_DIR="zsh-5.1"
SOURCE_URI="http://sourceforge.net/projects/zsh/files/zsh/$portVersion/zsh-$portVersion.tar.xz"
CHECKSUM_SHA256="74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec"
PATCHES="zsh-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"