Skip to content

Commit

Permalink
Merge pull request Homebrew#157995 from BrewTestBot/bump-kotlin-1.9.22
Browse files Browse the repository at this point in the history
kotlin 1.9.22
  • Loading branch information
BrewTestBot authored Dec 21, 2023
2 parents 3d8845d + 60906ef commit cab23b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/k/kotlin.rb
Original file line number Diff line number Diff line change
@@ -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.9.21/kotlin-compiler-1.9.21.zip"
sha256 "cf17e0272bc065d49e64a86953b73af06065370629f090d5b7c2fe353ccf9c1a"
url "https://github.com/JetBrains/kotlin/releases/download/v1.9.22/kotlin-compiler-1.9.22.zip"
sha256 "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6"
license "Apache-2.0"

# This repository has thousands of development tags, so the `GithubLatest`
Expand All @@ -13,7 +13,7 @@ class Kotlin < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "ed81532fcac4acdbb3a232f0cc6260b4e357c0a11e17a97ba2d91105192700df"
sha256 cellar: :any_skip_relocation, all: "ae63aafccff7eb4eeba283afcc9229080f43280efae44767de409ad66ee4e40a"
end

depends_on "openjdk"
Expand Down

0 comments on commit cab23b6

Please sign in to comment.