File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
@@ -14,7 +14,7 @@ class Kotlin < Formula
1414 end
1515
1616 bottle do
17- sha256 cellar : :any_skip_relocation , all : "a0a17cc4fea3ab754df942bc1d7630dd494b05bd538f20097c9a960b58ed8d0e "
17+ sha256 cellar : :any_skip_relocation , all : "6e6e5ee2272357a918c3b94dea13c00f9a943dac1d80becb8ed8d70e6e3ec876 "
1818 end
1919
2020 depends_on "openjdk"
You can’t perform that action at this time.
0 commit comments