Update byacc (#25837)
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
This commit is contained in:
parent
7009724f0d
commit
7104b8599e
1 changed files with 4 additions and 3 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue