diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-11-22 13:40:00 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-22 23:44:57 +0100 |
commit | 0366aabc7f74398ee833e5145e6542e4847f86fe (patch) | |
tree | f4198cfc21ae6cb0d5f89a3948c72eec0e7449f5 | |
parent | 5f2fdc708b8474ab2ef557eee7a52f9dc2756ee7 (diff) |
bison: bump to version 3.0.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/bison/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 1bead3916..c1de5ddff 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -4,7 +4,7 @@ # ################################################################################ -BISON_VERSION = 3.0 +BISON_VERSION = 3.0.1 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison BISON_LICENSE = GPLv3+ |