index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tools
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Rosen Penev <rosenp@gmail.com>
2021-10-04 18:30:12 -0700
committer
Hans Dedecker <dedeckeh@gmail.com>
2021-10-05 20:59:41 +0200
commit
5266a273591d3a029a75db81f791dceae74cd35f
(
patch
)
tree
8954f89006cfa692f92c3ca04044ae0798f4012f
/
tools
parent
9fb038ca64ac33ea4135e0e810e391d93d5a71c5
(
diff
)
tools/bison: update to 3.8.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat
(limited to 'tools')
-rw-r--r--
tools/bison/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index ba3dd946ec..5f96463ae0 100644
--- a/
tools/bison/Makefile
+++ b/
tools/bison/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bison
-PKG_VERSION:=3.8.1
+PKG_VERSION:=3.8.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15
+PKG_HASH:=9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2
HOST_BUILD_PARALLEL:=1