From patchwork Fri Oct 2 16:47:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 525650 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B3E621402F0 for ; Sat, 3 Oct 2015 02:47:45 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=o54jeq50; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BDFE432E47; Fri, 2 Oct 2015 16:47:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cyFH8TFRW28F; Fri, 2 Oct 2015 16:47:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C691C32E36; Fri, 2 Oct 2015 16:47:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 552A21CED09 for ; Fri, 2 Oct 2015 16:47:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 516AE8C1A3 for ; Fri, 2 Oct 2015 16:47:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N2LF0W7IxQBI for ; Fri, 2 Oct 2015 16:47:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4F14A8833F for ; Fri, 2 Oct 2015 16:47:39 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t92GlWO9004629 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Oct 2015 16:47:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1443804457; bh=1rr63htUx0DN171gvv1XWfWeDiVF88lizgSazbfCv10=; h=From:To:Cc:Subject:Date; b=o54jeq50gK62JXXzVysvalCRahlQpn9WkEHjeOA2R3FFbrxOVo/WHZYgA6iN6ZXYr P3PUFO4N5lQtClzjEIiMAKHKZ5NE5sPmcstB8juoqNbKuOcIzfHnWjic/Y/FK4UHS3 W7KIvzR5hxr+0YCWHG2UBNsrfyt5w7Rou4k7cKmQ= Received: by asgard (sSMTP sendmail emulation); Fri, 02 Oct 2015 13:47:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 2 Oct 2015 13:47:27 -0300 Message-Id: <1443804447-17983-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.9 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] zsh: bump to version 5.1.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/zsh/zsh.hash | 4 +++- package/zsh/zsh.mk | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/zsh/zsh.hash b/package/zsh/zsh.hash index 358033f..57c34be 100644 --- a/package/zsh/zsh.hash +++ b/package/zsh/zsh.hash @@ -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 diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk index ffc567d..212305b 100644 --- a/package/zsh/zsh.mk +++ b/package/zsh/zsh.mk @@ -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