Date: Thu, 21 Sep 2023 07:20:51 GMT From: Stefan =?utf-8?Q?E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 186080b50f06 - main - math/gh-bc: upgrade to version 6.6.1 Message-ID: <202309210720.38L7Kpsp084062@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=186080b50f06b2dbb652b0fc5f3686b40924b809 commit 186080b50f06b2dbb652b0fc5f3686b40924b809 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-09-21 07:16:28 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-09-21 07:20:31 +0000 math/gh-bc: upgrade to version 6.6.1 This version provides an optimized implementation of the library function p(x,y) for calculating the y-th power of x. --- math/gh-bc/Makefile | 2 +- math/gh-bc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index ba6b5b751622..d988ae106b83 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 6.6.0 +PORTVERSION= 6.6.1 CATEGORIES= math lang MASTER_SITES= https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index 3ea47c13f6bd..ef55adb32f5d 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684912213 -SHA256 (bc-6.6.0.tar.xz) = 309ef0faebf149376aa69446a496fac13c3ff483a100a51d9c67cea1a73b2906 -SIZE (bc-6.6.0.tar.xz) = 465272 +TIMESTAMP = 1695280490 +SHA256 (bc-6.6.1.tar.xz) = d63ae205638fe86af04dd5a82a1df1edc2f0bf80e9ef85b52aabe47c9f0c7813 +SIZE (bc-6.6.1.tar.xz) = 466420
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309210720.38L7Kpsp084062>