Compression type changed from tar.gz to tar.xz.

License changed from GPL-2.0-or-later to GPL-3.0-or-later so md5sum
has been updated.

Licensing from web site[1]:

bc is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option)
any later version.

[1] https://www.gnu.org/software/bc/

Signed-off-by: Bruno Thomsen <[email protected]>
---
 rules/bc.make | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/rules/bc.make b/rules/bc.make
index c23cf0707..594f8741b 100644
--- a/rules/bc.make
+++ b/rules/bc.make
@@ -15,17 +15,17 @@ PACKAGES-$(PTXCONF_BC) += bc
 #
 # Paths and names
 #
-BC_VERSION     := 1.06
-BC_MD5         := d44b5dddebd8a7a7309aea6c36fda117
+BC_VERSION     := 1.08.1
+BC_MD5         := 26c11787a7a1d76de8a2ac3a7ba92098
 BC             := bc-$(BC_VERSION)
-BC_SUFFIX      := tar.gz
+BC_SUFFIX      := tar.xz
 BC_URL         := $(call ptx/mirror, GNU, bc/$(BC).$(BC_SUFFIX))
 BC_SOURCE      := $(SRCDIR)/$(BC).$(BC_SUFFIX)
 BC_DIR         := $(BUILDDIR)/$(BC)
-BC_LICENSE     := GPL-2.0-or-later
+BC_LICENSE     := GPL-3.0-or-later
 BC_LICENSE_FILES       := \
-       file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-       
file://bc/bc.c;startline=47;endline=73;md5=944528275142ba90c112735cf0cbc7d1
+       file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+       
file://bc/bc.c;startline=3;endline=46;md5=d65c804470e1c96f665f0d07debdbc34
 
 # ----------------------------------------------------------------------------
 # Prepare

base-commit: 5569375a9988a028bed77005c9d293c6cba2a2c3
-- 
2.48.1


Reply via email to