Skip to content

Commit 5a9b978

Browse files
authored
Merge pull request #230189 from andrewflbarnes/bump-jenv-0.5.8
jenv 0.5.8
2 parents 5a314f1 + 816922b commit 5a9b978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/j/jenv.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Jenv < Formula
22
desc "Manage your Java environment"
33
homepage "https://github.com/jenv/jenv"
4-
url "https://github.com/jenv/jenv/archive/refs/tags/0.5.7.tar.gz"
5-
sha256 "5865f7839eda303467fb1ad3dfb606b31566001beeb05360f653905346c2624f"
4+
url "https://github.com/jenv/jenv/archive/refs/tags/0.5.8.tar.gz"
5+
sha256 "7fa8034dc0900ca01413f94d6d674ad64120c4efd5736828ced54de9f83669ff"
66
license "MIT"
77
head "https://github.com/jenv/jenv.git", branch: "master"
88

99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "35224b1400c377abd56e99f5e6caec0b48672a935cd3eb250046cf5ab107948e"
12+
sha256 cellar: :any_skip_relocation, all: "0854f8b2d434e292fc9b63a9d59e3bc2643cb7638c5b710db7b0ac2fc5a55128"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)