Update byacc (#25837)

Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
This commit is contained in:
iarspider 2021-10-04 09:55:20 +02:00 committed by GitHub
parent 7009724f0d
commit 7104b8599e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,11 @@ class Byacc(AutotoolsPackage):
documentation. Specifications that take advantage of undocumented
features of AT&T Yacc will probably be rejected."""
homepage = "https://github.com/grandseiken/byacc"
git = "https://github.com/grandseiken/byacc.git"
homepage = "https://invisible-island.net/byacc/byacc.html"
url = "ftp://ftp.invisible-island.net/pub/byacc/byacc-20210808.tgz"
version('master', branch='master')
# Check FTP directory ftp://ftp.invisible-island.net/byacc/ to find the latest version
version('20210808', sha256='f158529be9d0594263c7f11a87616a49ea23e55ac63691252a2304fbbc7d3a83')
provides('yacc')