mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Bump byacc to 20230521
This commit is contained in:
parent
0c025c7d7e
commit
deb3e1eb7a
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/deb3e1eb7a Pull-request: https://github.com/SerenityOS/serenity/pull/22426 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`boost`](boost/) | Boost C++ libraries | 1.83.0 | https://www.boost.org/ |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.12 | https://github.com/tmewett/BrogueCE |
|
||||
| [`brotli`](brotli/) | Brotli | 1.1.0 | https://github.com/google/brotli |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20230521 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
| [`bzip3`](bzip3/) | bzip3 | 1.3.2 | https://github.com/kspalaiologos/bzip3 |
|
||||
| [`c-ares`](c-ares/) | c-ares | 1.19.0 | https://c-ares.org |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=byacc
|
||||
version=20220128
|
||||
version=20230521
|
||||
files=(
|
||||
"https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz#42c1805cc529314e6a76326fe1b33e80c70862a44b01474da362e2f7db2d749c"
|
||||
"https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz#5ad915a7d5833aa38a5e31bd077505666029c35e365dff8569fe4598eaa9fef2"
|
||||
)
|
||||
useconfigure=true
|
||||
|
|
Loading…
Reference in a new issue