Commit 6d5d7b33 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

zsh: bump to version 5.1.1

parent 48518f42
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# From http://www.zsh.org/pub/MD5SUM
md5	76726ff50309e628de670476e0508b3a	zsh-5.0.7.tar.gz
md5	0e8ea3313300277a04cee80836507bae	zsh-5.1.1.tar.xz
# Calculated based on the hash above
sha256	74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec	zsh-5.1.1.tar.xz
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@
#
################################################################################

ZSH_VERSION = 5.0.7
ZSH_VERSION = 5.1.1
ZSH_SITE = http://www.zsh.org/pub
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
ZSH_DEPENDENCIES = ncurses
ZSH_CONF_OPTS = --bindir=/bin
ZSH_LICENSE = MIT-like