1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:39:22 +00:00

Ports: Bump byacc to 20230521

This commit is contained in:
Mr.UNIX 2023-12-25 12:36:29 +01:00 committed by Tim Schumacher
parent 0c025c7d7e
commit deb3e1eb7a
2 changed files with 3 additions and 3 deletions

View File

@ -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 |

View File

@ -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