1 version=4 2 3 # upstream provides tarballs such as "byacc-20220101.tgz" (originally to 4 # keep the filenames compatible with systems where multiple "." are illegal). 5 # 6 # The version number (2.0) is current since late 2020; before that it was 7 # "1.9" for a long time. Use 8 # byacc -V 9 # to see the version number: 10 # byacc - 2.0 20220101 11 # 12 # The introduction of the back-tracking configuration motivated the change of 13 # major/minor numbers; for compatibility the parser skeleton still says "1.9". 14 # 15 # Patch-dates are always # in yyyymmdd format. 16 17 opts=pgpmode=auto,\ 18 dversionmangle=s/^2\.0\.//,\ 19 oversionmangle=s/^(.*)/2.0.$1/ \ 20 https://invisible-mirror.net/archives/byacc/byacc-(\d+)\.tgz 21