1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:27:34 +00:00

Ports: Update byacc to 20210808

This commit is contained in:
Tim Schumacher 2021-11-07 02:34:50 +01:00 committed by Brian Gianforcaro
parent b26e4874ec
commit 5c75216361
3 changed files with 3 additions and 13 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=byacc
version=20191125
version=20210808
files="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz byacc-${version}.tgz
https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz.asc byacc-${version}.tgz.asc"
useconfigure=true
auth_type="sig"
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
auth_import_key="19882D92DDA4C400C22C0D56CC2AF4472167BE03"
auth_opts=("byacc-${version}.tgz.asc" "byacc-${version}.tgz")