Date: Fri, 29 Sep 2023 20:16:08 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: 920a2f503dce - main - math/gh-bc: update to version 6.7.0 Message-ID: <202309292016.38TKG8Ak051274@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=920a2f503dce9d8827f55c4a10739c7176b627aa commit 920a2f503dce9d8827f55c4a10739c7176b627aa Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-09-29 20:14:30 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-09-29 20:14:30 +0000 math/gh-bc: update to version 6.7.0 This version offers 3 new functions in the extended math library: min(), max(), and i2rand(). --- 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 d988ae106b83..83c4182e1652 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 6.6.1 +PORTVERSION= 6.7.0 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 ef55adb32f5d..474d49781282 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695280490 -SHA256 (bc-6.6.1.tar.xz) = d63ae205638fe86af04dd5a82a1df1edc2f0bf80e9ef85b52aabe47c9f0c7813 -SIZE (bc-6.6.1.tar.xz) = 466420 +TIMESTAMP = 1696018431 +SHA256 (bc-6.7.0.tar.xz) = d6a06c35c3c4230b1086e3a0f864e8c7b05211629f2bcb6dd46571ee47ef24ae +SIZE (bc-6.7.0.tar.xz) = 466672
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309292016.38TKG8Ak051274>