From 49dcc1f9f9cbad0be2ed9ac764e5d5ba55716b6a Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 31 Dec 2022 05:41:54 -0300 Subject: [PATCH] zsh: rev-bump to fix libgdbm dependency. (#7705) Needed after the update on the libgdbm recipe (#7704). --- app-shells/zsh/zsh-5.8.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh/zsh-5.8.1.recipe b/app-shells/zsh/zsh-5.8.1.recipe index f9ac8b8ed..d3478bcdc 100644 --- a/app-shells/zsh/zsh-5.8.1.recipe +++ b/app-shells/zsh/zsh-5.8.1.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://www.zsh.org/" COPYRIGHT="1992-2020 The Zsh Development Group" LICENSE="ZSH GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" CHECKSUM_SHA256="b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919" SOURCE_URI_2="https://downloads.sf.net/zsh/zsh-$portVersion-doc.tar.xz"