mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/netcalc: bump to v2.1.7
Upstream now provides sha256sum for tarball. License hash updated because of copyright year and maintainer surname changes. Changes from https://github.com/troglobit/netcalc/releases/tag/v2.1.7: - Allow colorized output over pipes, use -n to disable. This reverts the auto-disable in pipes, introduced in v2.1 - Misc. build issues on macOS and *BSD - Various minor GCC 13 and Clang 18 warnings Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a23518b9d7
commit
e6e9deabe3
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/troglobit/netcalc/releases/tag/v2.1.6
|
||||
md5 c8660b61370c76d866247fe65966a35b netcalc-2.1.6.tar.gz
|
||||
# Locally computed:
|
||||
sha256 cff41782fcf63d7d4ce6d35f95ed302127f6ddf6fc0ca03a8188af95a7c3243b netcalc-2.1.6.tar.gz
|
||||
sha256 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f LICENSE
|
||||
# From https://github.com/troglobit/netcalc/releases/tag/v2.1.7
|
||||
sha256 7300ceac519dd14a8431d27339359f064eb5d80bdd7307ecb1b1cb1b0ab42969 netcalc-2.1.7.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 c9462bef0a7f70323f782e10def048ea0bb281d35e93dd0de896ea9805856015 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETCALC_VERSION = 2.1.6
|
||||
NETCALC_VERSION = 2.1.7
|
||||
NETCALC_SITE = https://github.com/troglobit/netcalc/releases/download/v$(NETCALC_VERSION)
|
||||
NETCALC_LICENSE = BSD-3-Clause
|
||||
NETCALC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user