summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDavid Beckingsale <davidbeckingsale@gmail.com>2015-10-29 08:59:39 -0700
committerDavid Beckingsale <davidbeckingsale@gmail.com>2015-11-05 07:42:18 -0800
commit19876161c7f8b6581409b3d3846b77644f8d90ce (patch)
treed9493d0578c103c284a861c9b65394e40aa07ce8 /var
parent1c4ef2996219a00e774baafa558880c83ae3d859 (diff)
downloadspack-19876161c7f8b6581409b3d3846b77644f8d90ce.tar.gz
spack-19876161c7f8b6581409b3d3846b77644f8d90ce.tar.bz2
spack-19876161c7f8b6581409b3d3846b77644f8d90ce.tar.xz
spack-19876161c7f8b6581409b3d3846b77644f8d90ce.zip
Update ZSH version
Diffstat (limited to 'var')
-rw-r--r--var/spack/packages/zsh/package.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/var/spack/packages/zsh/package.py b/var/spack/packages/zsh/package.py
index 99ef9de2e5..06665f0c83 100644
--- a/var/spack/packages/zsh/package.py
+++ b/var/spack/packages/zsh/package.py
@@ -1,11 +1,15 @@
from spack import *
class Zsh(Package):
- """ The ZSH shell """
+ """
+ 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"
- url = "http://www.zsh.org/pub/zsh-5.0.8.tar.bz2"
+ url = "http://downloads.sourceforge.net/project/zsh/zsh/5.1.1/zsh-5.1.1.tar.gz"
- version('5.0.8', 'e6759e8dd7b714d624feffd0a73ba0fe')
+ version('5.1.1', checksum='8ba28a9ef82e40c3a271602f18343b2f')
depends_on("pcre")