mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Ports/zsh: Update zsh to version 5.8.1
This commit is contained in:
parent
deb4f2aff2
commit
6d4fe4fa60
Notes:
sideshowbarker
2024-07-17 11:54:05 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/6d4fe4fa60 Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
@ -219,5 +219,5 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
||||
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
|
||||
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
|
||||
| [`zlib`](zlib/) | zlib | 1.2.12 | https://www.zlib.net/ |
|
||||
| [`zsh`](zsh/) | Z Shell (Zsh) | 5.8 | https://www.zsh.org |
|
||||
| [`zsh`](zsh/) | Z Shell (Zsh) | 5.8.1 | https://www.zsh.org |
|
||||
| [`zstd`](zstd/) | Zstandard | 1.5.2 | https://facebook.github.io/zstd/ |
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user