comparison src/build-bison.mk @ 4909:0eaf83cce070

* src/build-bison.mk: update to v3.1
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 18 Dec 2018 18:58:45 +0100
parents 0e56fe2d2ef5
children 96591d1483cb
comparison
equal deleted inserted replaced
4908:77f7110079da 4909:0eaf83cce070
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-bison 4 PKG := build-bison
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.0.4 6 $(PKG)_VERSION := 3.1
7 $(PKG)_CHECKSUM := 8270497aad88c7dd4f2c317298c50513fb0c3c8e 7 $(PKG)_CHECKSUM := 84e5b016fa76f6cd4246131b1ca11a0f926e7922
8 $(PKG)_SUBDIR := bison-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := bison-$($(PKG)_VERSION)
9 $(PKG)_FILE := bison-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := bison-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-xz 11 $(PKG)_DEPS := build-xz
12 12