From b617cf5236bb1c2f28d2137aed5c619102ee10c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rud=C3=A1=20Moura?= Date: Sun, 9 Oct 2022 11:27:58 -0300 Subject: [PATCH] zsh: update to version 5.9 --- Ports/zsh/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Ports/zsh/Makefile b/Ports/zsh/Makefile index 39204001b..11d9600e1 100644 --- a/Ports/zsh/Makefile +++ b/Ports/zsh/Makefile @@ -2,10 +2,11 @@ include ../../Library/GNU.mk Title= Z shell Name= zsh -Version= 5.8 -Site= http://www.zsh.org -Source= http://downloads.sourceforge.net/zsh/$(Name)-$(Version).tar.xz -Files= http://downloads.sourceforge.net/zsh/zsh-$(Version)-doc.tar.xz +Version= 5.9 +Site= https://www.zsh.org +Source= https://downloads.sourceforge.net/zsh/$(Name)-$(Version).tar.xz +Source= https://www.zsh.org/pub/zsh-$(Version).tar.xz +Files= https://www.zsh.org/pub/zsh-$(Version)-doc.tar.xz License= MIT-like LicenseFile= $(SourceDir)/LICENCE