diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-04-16 20:50:53 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-04-16 20:53:23 +0200 |
commit | 8b701e757dfb0ea19e8cdba2c3d3b57304bba8d2 (patch) | |
tree | 9528d8da808739901c8e90b05888de269e0e9023 | |
parent | devel/glibmm268: New port (diff) |
math/gh-bc: update to version 5.2.4
This update fixes an issue in input line editing: when going left to
the start of the line, the cursor would jump to the end of the line
instead.
-rw-r--r-- | math/gh-bc/Makefile | 2 | ||||
-rw-r--r-- | 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 d12527489bce..422f21e2e3a6 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.4 CATEGORIES= math lang PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index ec40ec1eef9e..60f8430e4fc1 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646690223 -SHA256 (gavinhoward-bc-5.2.3_GH0.tar.gz) = 91c150d50682471af363e22a30941aeab8b95912e3b501d675a70d3bfa002edf -SIZE (gavinhoward-bc-5.2.3_GH0.tar.gz) = 1191259 +TIMESTAMP = 1650134877 +SHA256 (gavinhoward-bc-5.2.4_GH0.tar.gz) = db2024f2af29fb279c3b0eed62790218a469dc31a8fba0f1b99ab5bb69e5d0ab +SIZE (gavinhoward-bc-5.2.4_GH0.tar.gz) = 1191623 |