bison: update to 3.4.2

This commit is contained in:
Leonid Pliushch 2019-09-15 22:54:41 +03:00
parent fa8a631c59
commit 81109c4135
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/bison/
TERMUX_PKG_DESCRIPTION="General-purpose parser generator"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=3.4.1
TERMUX_PKG_VERSION=3.4.2
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/bison/bison-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d
TERMUX_PKG_SHA256=27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0
TERMUX_PKG_DEPENDS="m4"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="M4=m4"