From 169580fc2a02d5e69cddfb7080163373f34e61c9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 14 Jan 2022 22:52:14 +0000 Subject: updated bison to 3.8.1 --- repo/core/bison.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/core/bison.xibuild') diff --git a/repo/core/bison.xibuild b/repo/core/bison.xibuild index 194e7c7..556bf16 100644 --- a/repo/core/bison.xibuild +++ b/repo/core/bison.xibuild @@ -2,11 +2,11 @@ DEPS=(glibc m4 sh) -SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.tar.xz +SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.1.tar.xz DESC="The GNU general-purpose parser generator" build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8 + ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8.1 make make check make DESTDIR=$PKG_DEST install -- cgit v1.2.1