From bb95acf8294afcedf02be63af658cda735ed44f6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 26 Mar 2024 15:58:52 -0400 Subject: [PATCH 1/2] pkl 0.25.3 autobump: add pkl Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/pkl.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 118614d597efd..bf6e0c235cf20 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1420,6 +1420,7 @@ pipdeptree pipenv pipgrip pkgconf +pkl plantuml platformio plow diff --git a/Formula/p/pkl.rb b/Formula/p/pkl.rb index 7e591a01a528a..2f2b4efe34fdf 100644 --- a/Formula/p/pkl.rb +++ b/Formula/p/pkl.rb @@ -1,8 +1,8 @@ class Pkl < Formula desc "CLI for the Pkl programming language" homepage "https://pkl-lang.org" - url "https://github.com/apple/pkl/archive/refs/tags/0.25.2.tar.gz" - sha256 "810f6018562ec9b54a43ba3cea472a6d6242e15da15b73a94011e1f8abc34927" + url "https://github.com/apple/pkl/archive/refs/tags/0.25.3.tar.gz" + sha256 "864f4971e7f6b3c679703b486a493a3d827efd9c79c04e42859905190ecd02cc" license "Apache-2.0" bottle do From e8c0a4fedfe360dd70bb084d922f5eef03961d19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:07:46 +0000 Subject: [PATCH 2/2] pkl: update 0.25.3 bottle. --- Formula/p/pkl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pkl.rb b/Formula/p/pkl.rb index 2f2b4efe34fdf..cf38bc9cc0da8 100644 --- a/Formula/p/pkl.rb +++ b/Formula/p/pkl.rb @@ -6,13 +6,13 @@ class Pkl < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "258e24047f0819094d0675c13264590c943fa50dbcd0804b2702a4cd77b1f1a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1e39d973ef23ab2ca35d36bcc9ee73a91e3fb28028f8bebabaccb91dfc6ba6c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bdd07ad1623b10e1246d2a029812e74d23f9881acfb7d620fac87fe1ff15fba2" - sha256 cellar: :any_skip_relocation, sonoma: "d27479533299925620e258ce90054550499fa5f22f6f9be6b55c7a71d8c57f19" - sha256 cellar: :any_skip_relocation, ventura: "9bf5000de455b890618e5133809982134e2a6f8864838919ce0548984410643b" - sha256 cellar: :any_skip_relocation, monterey: "255d6a47be95fc0e2fba5462858bc03bfc32ec44c7bdbbbdf5d1d3bd4439c200" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6dd0de922f67ed3abaa3d19d9b03228317766a663844fdd3f4a0a5e19257bc87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "28923807747cf7b30687a22b9e6948bdec243496a7378bd7c8abe2ae5588c2a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94fc3fd41dbbbba218433b55cdd5da800f252a82432591fc10ae07c6ad5576d5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0f37040a08d3a9033daf64a50cbfc22ba0b224b9e6d1723da815f8ea2971d1b2" + sha256 cellar: :any_skip_relocation, sonoma: "edd860c4207a34d5c853e3f1f227f51838ef56ff5221e4bd94ef57af4d4ff269" + sha256 cellar: :any_skip_relocation, ventura: "5bcd8a87301f1a8d3244f6ea32d2c0e6d801d5cccc584ce39a1f5e8191df9d9a" + sha256 cellar: :any_skip_relocation, monterey: "eaa1b3838daf98495f4d8a50d905447f3ed4d04805d477d7d89a6a61daf1faf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb743b581d8eeb5b609c86a2c8926c95410e7fd2dceeecff7a6b80fcda40c401" end depends_on "openjdk" => :build