From 39e746ab69dae1c36edfdae60bef1163547b6f51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:47:40 +0000 Subject: [PATCH 1/2] kotlin 1.9.22 --- 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 887e835a8b4a..576c98ce0a43 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.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` From 60906ef9bbe7fb13f45fcfa445ac68a20e70286d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:18:36 +0000 Subject: [PATCH 2/2] kotlin: update 1.9.22 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 576c98ce0a43..25b6ef283532 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: "ed81532fcac4acdbb3a232f0cc6260b4e357c0a11e17a97ba2d91105192700df" + sha256 cellar: :any_skip_relocation, all: "ae63aafccff7eb4eeba283afcc9229080f43280efae44767de409ad66ee4e40a" end depends_on "openjdk"