Skip to content

Commit 052adcd

Browse files
authored
Merge pull request #203578 from mislav/update-rbenv.rb-1736345141
rbenv 1.3.2
2 parents 1d28851 + 86c5d1f commit 052adcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/rbenv.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Rbenv < Formula
22
desc "Ruby version manager"
33
homepage "https://rbenv.org"
4-
url "https://github.com/rbenv/rbenv/archive/refs/tags/v1.3.1.tar.gz"
5-
sha256 "96b8e0430b2f227c193ef016b68ae565753cb8deff13cad1d700c73c0397ff5d"
4+
url "https://github.com/rbenv/rbenv/archive/refs/tags/v1.3.2.tar.gz"
5+
sha256 "e2104f6472d7a8477409c46d4de39562b4d01899148a3dbed73c1d99a0b4bb2a"
66
license "MIT"
77
head "https://github.com/rbenv/rbenv.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "d29a7c7ab121835cb05f1a1e49f4ddda5c037570e00172ab9f078c3b151f9efc"
10+
sha256 cellar: :any_skip_relocation, all: "8158fb1f059c1316523b2cc9074c5c041b3944828dc3b76cb032f893e754f013"
1111
end
1212

1313
depends_on "ruby-build"

0 commit comments

Comments
 (0)