Skip to content

Commit 4bf03a3

Browse files
committed
kotlin 2.1.21
1 parent 491f66b commit 4bf03a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/k/kotlin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kotlin < Formula
22
desc "Statically typed programming language for the JVM"
33
homepage "https://kotlinlang.org/"
4-
url "https://github.com/JetBrains/kotlin/releases/download/v2.1.20/kotlin-compiler-2.1.20.zip"
5-
sha256 "a118197b0de55ffab2bc8d5cd03a5e39033cfb53383d6931bc761dec0784891a"
4+
url "https://github.com/JetBrains/kotlin/releases/download/v2.1.21/kotlin-compiler-2.1.21.zip"
5+
sha256 "1ba08a8b45da99339a0601134cc037b54cf85e9bc0edbe76dcbd27c2d684a977"
66
license "Apache-2.0"
77

88
# Upstream maintains multiple major/minor versions and the "latest" release

0 commit comments

Comments
 (0)