diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-01 05:13:50 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-11 19:43:56 -0700 |
commit | 6d4fe4fa600bebca7940910de27be12b9994c83a (patch) | |
tree | 642373d8ee3ceecad6568aa3cffcc0d748bfd310 /Ports/zsh | |
parent | deb4f2aff23f9718e1856eb897582ec6a53dd815 (diff) | |
download | serenity-6d4fe4fa600bebca7940910de27be12b9994c83a.zip |
Ports/zsh: Update zsh to version 5.8.1
Diffstat (limited to 'Ports/zsh')
-rwxr-xr-x | Ports/zsh/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/zsh/package.sh b/Ports/zsh/package.sh index 8608d5b3b5..ef5de4810a 100755 --- a/Ports/zsh/package.sh +++ b/Ports/zsh/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=zsh -version=5.8 -files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27" +version=5.8.1 +files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919" auth_type="sha256" useconfigure=true use_fresh_config_sub=true |