diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-06 09:56:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-06 09:56:53 +0300 |
commit | 7f04dd8a1cb409073b0d586cb7c5046ce893d680 (patch) | |
tree | 788c64816c052f523f66d9e3bd9f7cb7301aa76f /extra | |
parent | f3528192ea8ff6836c6c5804ada849bd47a7f6bd (diff) | |
download | repository-7f04dd8a1cb409073b0d586cb7c5046ce893d680.tar.gz |
bison: bump to 3.7.2
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/bison/build | 2 | ||||
-rw-r--r-- | extra/bison/checksums | 2 | ||||
-rw-r--r-- | extra/bison/sources | 2 | ||||
-rw-r--r-- | extra/bison/version | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/extra/bison/build b/extra/bison/build index 6daf22f8..bbd53ee2 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr diff --git a/extra/bison/checksums b/extra/bison/checksums index 24b692a5..038cadee 100644 --- a/extra/bison/checksums +++ b/extra/bison/checksums @@ -1 +1 @@ -55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 bison-3.7.1.tar.xz +7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b bison-3.7.2.tar.xz diff --git a/extra/bison/sources b/extra/bison/sources index c9972e87..6850ee7e 100644 --- a/extra/bison/sources +++ b/extra/bison/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/bison/bison-3.7.1.tar.xz +https://ftp.gnu.org/gnu/bison/bison-3.7.2.tar.xz diff --git a/extra/bison/version b/extra/bison/version index f6cb9b11..9cab2d63 100644 --- a/extra/bison/version +++ b/extra/bison/version @@ -1 +1 @@ -3.7.1 1 +3.7.2 1 |