commit 7f04dd8a1cb409073b0d586cb7c5046ce893d680 parent f3528192ea8ff6836c6c5804ada849bd47a7f6bd Author: Cem Keylan <cem@ckyln.com> Date: Sun, 6 Sep 2020 09:56:53 +0300 bison: bump to 3.7.2 Diffstat:
M | extra/bison/build | | | 2 | ++ |
M | extra/bison/checksums | | | 2 | +- |
M | extra/bison/sources | | | 2 | +- |
M | extra/bison/version | | | 2 | +- |
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git 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 @@ -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 @@ -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 @@ -1 +1 @@ -3.7.1 1 +3.7.2 1