Skip to content

Commit 48af430

Browse files
authored
Merge pull request #255724 from Homebrew/bump-jbang-0.134.2
jbang 0.134.2
2 parents b2c14f5 + 1f3d718 commit 48af430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/j/jbang.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Jbang < Formula
22
desc "Tool to create, edit and run self-contained source-only Java programs"
33
homepage "https://jbang.dev/"
4-
url "https://github.com/jbangdev/jbang/releases/download/v0.132.1/jbang-0.132.1.zip"
5-
sha256 "93baab61cd5805f4fc9496527b2842af9ae45a5281e67b50d185ca76ec4fe85c"
4+
url "https://github.com/jbangdev/jbang/releases/download/v0.134.2/jbang-0.134.2.zip"
5+
sha256 "befee0b59a0e4087dc0c08402e97e35ace2e8b8409b96dd8348cc4cd5ead94f8"
66
license "MIT"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Jbang < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "d8efb62c4ef259ed0a2d30cbfd38ee1c364c2a09eafd76816ac691d9cd49ae0e"
14+
sha256 cellar: :any_skip_relocation, all: "f851cd43830dcc004e02d8d45503a1b7964ab656c8269f4c7b06904f19ed7863"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)