kotlin 1.3.50
Closes #43384. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
144a6ba3ae
commit
ba6040cb28
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Kotlin < Formula
|
||||
desc "Statically typed programming language for the JVM"
|
||||
homepage "https://kotlinlang.org/"
|
||||
url "https://github.com/JetBrains/kotlin/releases/download/v1.3.41/kotlin-compiler-1.3.41.zip"
|
||||
sha256 "c44ab6866895606e408b60934ebe45d4befcbc33ea0e4ea73c4b3b89ad770132"
|
||||
url "https://github.com/JetBrains/kotlin/releases/download/v1.3.50/kotlin-compiler-1.3.50.zip"
|
||||
sha256 "69424091a6b7f52d93eed8bba2ace921b02b113dbb71388d704f8180a6bdc6ec"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue