Skip to content

Commit 76f2034

Browse files
authored
Merge pull request Homebrew#222358 from Homebrew/bump-jbang-0.126.0
jbang 0.126.0
2 parents 4db2c7f + 660bd44 commit 76f2034

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.125.1/jbang-0.125.1.zip"
5-
sha256 "746fb90b246d2a5d0546a376a14ffa48eb4d79d7312c47a003a9b3e0f9435b99"
4+
url "https://github.com/jbangdev/jbang/releases/download/v0.126.0/jbang-0.126.0.zip"
5+
sha256 "0a9b63d37582e1826b5ed5f93f835cdc5e5b2701bf265149657d2ee3e195a8ff"
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: "4274607d3537cf5cfb5227a66ea8b55b2d8963d970e7293110e22675a82b781e"
14+
sha256 cellar: :any_skip_relocation, all: "22b65f5746318902340d7c47c02859bf7b359ecbb522a9fc1c74c3253d7bf8d0"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)