From d78e69fbcd57ee0b8cbecb2f582df05d4b5f9dbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 May 2024 12:37:04 +0000 Subject: [PATCH 1/2] kotlin 1.9.24 --- Formula/k/kotlin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kotlin.rb b/Formula/k/kotlin.rb index 9c2c4e4cd2416..c3261229805c2 100644 --- a/Formula/k/kotlin.rb +++ b/Formula/k/kotlin.rb @@ -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.23/kotlin-compiler-1.9.23.zip" - sha256 "93137d3aab9afa9b27cb06a824c2324195c6b6f6179d8a8653f440f5bd58be88" + url "https://github.com/JetBrains/kotlin/releases/download/v1.9.24/kotlin-compiler-1.9.24.zip" + sha256 "eb7b68e01029fa67bc8d060ee54c12018f2c60ddc438cf21db14517229aa693b" license "Apache-2.0" # This repository has thousands of development tags, so the `GithubLatest` From 8ec0d728bfef1e1a96549b3d1697ec4937af8fb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 May 2024 15:49:44 +0000 Subject: [PATCH 2/2] kotlin: update 1.9.24 bottle. --- Formula/k/kotlin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k/kotlin.rb b/Formula/k/kotlin.rb index c3261229805c2..f3512dbc151ac 100644 --- a/Formula/k/kotlin.rb +++ b/Formula/k/kotlin.rb @@ -13,7 +13,7 @@ class Kotlin < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "7a829c1d24a37fa26f5a6cd3b4ce8e9ed1711bc6e98435ca86f72fd691dd0fac" + sha256 cellar: :any_skip_relocation, all: "3850b4e4a3954f200ca8dc058d2f46d9f23cf8ca8837ad4e155e6c2cdff1d3b5" end depends_on "openjdk"