changeset 4161:22c899db98b5

build-bison: Update to 3.0.4
author John W. Eaton <jwe@octave.org>
date Thu, 30 Jun 2016 17:23:05 -0400
parents 295580aa01b6
children febc08a7dee7
files src/build-bison.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-bison.mk	Thu Jun 23 18:48:13 2016 -0400
+++ b/src/build-bison.mk	Thu Jun 30 17:23:05 2016 -0400
@@ -3,8 +3,8 @@
 
 PKG             := build-bison
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.7.1
-$(PKG)_CHECKSUM := 00ab1b32d864622077c311e4f5420d4e2931fdc8
+$(PKG)_VERSION  := 3.0.4
+$(PKG)_CHECKSUM := 8270497aad88c7dd4f2c317298c50513fb0c3c8e
 $(PKG)_SUBDIR   := bison-$($(PKG)_VERSION)
 $(PKG)_FILE     := bison-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE)