Skip to content

Commit 47f220c

Browse files
authored
Merge pull request #230225 from andrewflbarnes/bump-jenv-0.5.9
jenv 0.5.9
2 parents cfcfbf7 + c97836c commit 47f220c

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.8.tar.gz"
5-
sha256 "7fa8034dc0900ca01413f94d6d674ad64120c4efd5736828ced54de9f83669ff"
4+
url "https://github.com/jenv/jenv/archive/refs/tags/0.5.9.tar.gz"
5+
sha256 "137361c8a25eeabe6f90f435048a698e1c93e5718e0b57069e69f9e2b9ece63c"
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: "0854f8b2d434e292fc9b63a9d59e3bc2643cb7638c5b710db7b0ac2fc5a55128"
12+
sha256 cellar: :any_skip_relocation, all: "b454f9bfe4726a30422faed10c3fa103050a5dcb0fa39f366691bda94269cd9f"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)