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

Ports: byacc+gmp+m4: Split auth_opts strings into array elements

This commit is contained in:
Brendan Coles 2021-10-25 00:56:28 +00:00 committed by Brian Gianforcaro
parent a44978b9b0
commit c1d915afe6
3 changed files with 3 additions and 3 deletions

View file

@ -6,4 +6,4 @@ https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz.asc byacc-${ver
useconfigure=true
auth_type="sig"
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
auth_opts=("byacc-${version}.tgz.asc byacc-${version}.tgz")
auth_opts=("byacc-${version}.tgz.asc" "byacc-${version}.tgz")