zsh: bump to version 5.1.1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 2 Oct 2015 16:47:27 +0000 (13:47 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Oct 2015 19:06:05 +0000 (21:06 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zsh/zsh.hash
package/zsh/zsh.mk

index 358033f582f2007c54951043d83e97e6a1c3d3bf..57c34be9268ce0daa31b232d17e1f316a69525ef 100644 (file)
@@ -1,2 +1,4 @@
 # 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
index ffc567dc642f6af9cf3efc8af7ddc6c68d003b5f..212305bc129c5920ba17a30a982bebe9ff6b3e12 100644 (file)
@@ -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