Date: Mon, 26 Apr 2021 06:29:13 GMT From: Michael Zhilin <mizhka@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06f95581386d - main - lang/kotlin: update to 1.4.32 Message-ID: <202104260629.13Q6TDIm064265@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=06f95581386d6d39d43e197420eec0e23cea757b commit 06f95581386d6d39d43e197420eec0e23cea757b Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-04-26 06:22:31 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2021-04-26 06:28:57 +0000 lang/kotlin: update to 1.4.32 Changes: https://github.com/JetBrains/kotlin/releases/tag/v1.4.32 PR: 254063 Approved by: lwhsu (ports) --- lang/kotlin/Makefile | 2 +- lang/kotlin/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index 9aa75d18283f..a3566a722853 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,5 @@ PORTNAME= kotlin -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.32 CATEGORIES= lang MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/ DISTNAME= kotlin-compiler-${PORTVERSION} diff --git a/lang/kotlin/distinfo b/lang/kotlin/distinfo index 7f04e78bf0e4..094a871d3bcb 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608361542 -SHA256 (kotlin-compiler-1.4.20.zip) = 11db93a4d6789e3406c7f60b9f267eba26d6483dcd771eff9f85bb7e9837011f -SIZE (kotlin-compiler-1.4.20.zip) = 60773121 +TIMESTAMP = 1619417604 +SHA256 (kotlin-compiler-1.4.32.zip) = dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c +SIZE (kotlin-compiler-1.4.32.zip) = 62880903
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104260629.13Q6TDIm064265>