1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/gh-bc: update to version 6.5.0

This is a production release that fixes an infinite loop bug in root()
and cbrt(), fixes a bug with BC_LINE_LENGTH=0, and adds the fib()
function to the extended math library to calculate Fibonacci numbers.
This commit is contained in:
Stefan Eßer 2023-03-15 23:07:39 +01:00
parent 578c567cfc
commit d084843ca9
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= bc
PORTVERSION= 6.4.0
PORTVERSION= 6.5.0
CATEGORIES= math lang
MASTER_SITES= https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= gh-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677881079
SHA256 (bc-6.4.0.tar.xz) = 614f59ce6b155a2f7d637112fa71156d890887967e63b97eccaa6a50b01ffbd4
SIZE (bc-6.4.0.tar.xz) = 460460
TIMESTAMP = 1678917966
SHA256 (bc-6.5.0.tar.xz) = b1afb1f50c0bce6119c98590bcc8afc22f520bc85c2b512c83938dbb8321cc30
SIZE (bc-6.5.0.tar.xz) = 461380