From 3f9186865a77ab95f332b65f89ba7feb64728616 Mon Sep 17 00:00:00 2001 From: Bharatvaj Date: Mon, 23 May 2022 18:37:55 +0530 Subject: [PATCH] bc: Add version 1.07.1 (#3596) * bc: Add version 1.07.1 * Update bucket/bc.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: bharatvaj.ph Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/bc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/bc.json diff --git a/bucket/bc.json b/bucket/bc.json new file mode 100644 index 0000000000..6c71b1c162 --- /dev/null +++ b/bucket/bc.json @@ -0,0 +1,13 @@ +{ + "version": "1.07.1", + "description": "Arbitrary precision numeric processing language", + "homepage": "https://www.gnu.org/software/bc/bc.html", + "license": "GPL-3.0-or-later", + "url": "https://embedeo.org/ws/command_line/bc_dc_calculator_windows/bc-1.07.1-win32-embedeo-02.zip", + "hash": "b3964c3720118f6d0490d915cc3792f15aff01eaa6b58db9e87fa3d15729eb6d", + "extract_dir": "bc-1.07.1-win32-embedeo-02", + "bin": [ + "bin\\bc.exe", + "bin\\dc.exe" + ] +}