1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:27:34 +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

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