aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bc/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-10-21 22:23:47 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-22 22:50:37 +0200
commita8bbce498e9fab4fc11ab2b126c932929a27be0f (patch)
tree9f821ad005a503646fcd10f014661aae82a9e657 /tools/bc/Makefile
parent1699ace3a4f97a1b971c4f92e13321000172da9c (diff)
downloadupstream-a8bbce498e9fab4fc11ab2b126c932929a27be0f.tar.gz
upstream-a8bbce498e9fab4fc11ab2b126c932929a27be0f.tar.bz2
upstream-a8bbce498e9fab4fc11ab2b126c932929a27be0f.zip
tools/bc: update to 1.07.1
Changes: Fixed ibase extension causing problems for read() Fixed parallel make problem. Remove the "003-bc-fix-hang.patch" because the hang is fixed upstream. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/bc/Makefile')
-rw-r--r--tools/bc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bc/Makefile b/tools/bc/Makefile
index ac6609e008..2c29e094e2 100644
--- a/tools/bc/Makefile
+++ b/tools/bc/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bc
-PKG_VERSION:=1.07
+PKG_VERSION:=1.07.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bc
-PKG_HASH:=55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad
+PKG_HASH:=62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
PKG_FIXUP := autoreconf
PKG_CPE_ID:=cpe:/a:gnu:bc