diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-11-11 10:34:19 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-11 10:34:19 +0100 |
commit | 097ccb73bc4f3e9304133114246d96ba8bd1faf5 (patch) | |
tree | 17a487f26ff6f0a2c65f1f46a1499ac13d711285 /math/gh-bc/Makefile | |
parent | 39cdf619a0ee579c854e30042cb6d0bc3d9dc725 (diff) | |
download | freebsd-ports-097ccb73bc4f3e9304133114246d96ba8bd1faf5.zip |
math/gh-bc: upgrade to version 5.2.0
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r-- | math/gh-bc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 42aa2294b30a..6968f1ca84d8 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 5.1.1 +PORTVERSION= 5.2.0 CATEGORIES= math lang PKGNAMEPREFIX= gh- |