diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-29 07:26:52 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-07 04:22:39 +0100 |
commit | 7b8f2dc6eca371a0edfcf3c14fb89983fcbe69eb (patch) | |
tree | 3d0acef5134f35894ae28cf1a095143b871012fd /tools/bc/Makefile | |
parent | 534e72ea0f8138b8581bb0618417dfe0e94bbbb4 (diff) | |
download | upstream-7b8f2dc6eca371a0edfcf3c14fb89983fcbe69eb.tar.gz upstream-7b8f2dc6eca371a0edfcf3c14fb89983fcbe69eb.tar.bz2 upstream-7b8f2dc6eca371a0edfcf3c14fb89983fcbe69eb.zip |
tools/bc: update to 1.07
Update to latest version. Replace mirror with @GNU/bc.
Manually refresh:
- 001-no_doc.patch
Add patch found here:
https://github.com/fivepiece/gnu-bc/commit/26f275502dd28114e78bc098fed81acde1d86d62
as 002-fix-libmath.patch to fix compilation.
Add another patch found here:
https://github.com/archlinux/svntogit-packages/commit/55b26eda94e1a9ff726ac458fccab5f3f3ad2114
as 003-bc-fix-hang.patch to prevent a hang when building the kernel.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/bc/Makefile')
-rw-r--r-- | tools/bc/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/tools/bc/Makefile b/tools/bc/Makefile index dc021024cd..9e1b2ba336 100644 --- a/tools/bc/Makefile +++ b/tools/bc/Makefile @@ -7,14 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bc -PKG_VERSION:=1.06.95 +PKG_VERSION:=1.07 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://alpha.gnu.org/gnu/bc \ - https://gnualpha.uib.no/bc/ \ - https://mirrors.fe.up.pt/pub/gnu-alpha/bc/ \ - https://www.nic.funet.fi/pub/gnu/alpha/gnu/bc/ -PKG_HASH:=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=@GNU/bc +PKG_HASH:=55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad PKG_FIXUP := autoreconf PKG_CPE_ID:=cpe:/a:gnu:bc |