diff --git a/.github/autobump.txt b/.github/autobump.txt index c7f6d09ca7147..6010b8d477fa6 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1425,6 +1425,7 @@ pipdeptree pipenv pipgrip pkgconf +pkl plantuml platformio plow diff --git a/Formula/p/pkl.rb b/Formula/p/pkl.rb index 7e591a01a528a..cf38bc9cc0da8 100644 --- a/Formula/p/pkl.rb +++ b/Formula/p/pkl.rb @@ -1,18 +1,18 @@ 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 - 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