diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-27 11:09:27 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-28 10:23:37 +0200 |
commit | ca93a761c50f0ac72dd27b51b5f9cd908932a78f (patch) | |
tree | b7a612fb57a53dd8110c523d549a2fee7799463d /lang/erlang-runtime24/Makefile | |
parent | sysutils/k3b: fix typo in pkg-descr. (diff) |
lang/erlang-runtime24: Update to version 24.1.3
Diffstat (limited to 'lang/erlang-runtime24/Makefile')
-rw-r--r-- | lang/erlang-runtime24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index 342bf45f1861..1a395d746b72 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.1.2 +DISTVERSION= 24.1.3 PORTREVISION= 0 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime24 |