summaryrefslogtreecommitdiff
path: root/math/gh-bc/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-09-21 09:16:28 +0200
committerStefan Eßer <se@FreeBSD.org>2023-09-21 09:20:31 +0200
commit186080b50f06b2dbb652b0fc5f3686b40924b809 (patch)
tree806d2450fe397111e154b6b5712872af772b4439 /math/gh-bc/Makefile
parentb4a0e1d506e67a3e98ee10fb699e1ee5e17fbf51 (diff)
downloadfreebsd-ports-186080b50f06b2dbb652b0fc5f3686b40924b809.zip
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.
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r--math/gh-bc/Makefile2
1 files changed, 1 insertions, 1 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-