Skip to content

Commit

Permalink
pkl 0.28.0
Browse files Browse the repository at this point in the history
Co-authored-by: Nanda H Krishna <[email protected]>
  • Loading branch information
BrewTestBot and nandahkrishna committed Feb 26, 2025
1 parent b111558 commit 218b446
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/p/pkl.rb
Original file line number Diff line number Diff line change
@@ -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.27.2.tar.gz"
sha256 "804ab2dcd90c018da2976b7ecb118c069b9487b9800edc9cb198446661d9f685"
url "https://github.com/apple/pkl/archive/refs/tags/0.28.0.tar.gz"
sha256 "91a85f35e8d7bdffbca44dcc035cde33c8be8b4965ff869cfd810cc0f17b64e7"
license "Apache-2.0"

bottle do
Expand All @@ -15,8 +15,7 @@ class Pkl < Formula
end

depends_on "gradle" => :build
# Can change this to 21 in later releases.
depends_on "openjdk@17" => :build
depends_on "openjdk@21" => :build

uses_from_macos "zlib"

Expand Down

0 comments on commit 218b446

Please sign in to comment.