Skip to content

Commit 108e440

Browse files
reesechenrui333
authored andcommitted
rubyfmt 0.12.0
rubyfmt: update build Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 2bc319a commit 108e440

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Formula/r/rubyfmt.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Rubyfmt < Formula
22
desc "Ruby autoformatter"
33
homepage "https://github.com/fables-tales/rubyfmt"
44
url "https://github.com/fables-tales/rubyfmt.git",
5-
tag: "v0.11.0",
6-
revision: "55f41919cf5779fb9e2c410c04e2f613f7d79f2b"
5+
tag: "v0.12.0",
6+
revision: "6221b009587c39f326b376085c931eed25f42ebc"
77
license "MIT"
88
head "https://github.com/fables-tales/rubyfmt.git", branch: "trunk"
99

@@ -15,7 +15,7 @@ class Rubyfmt < Formula
1515
strategy :github_latest
1616
end
1717

18-
no_autobump! because: :requires_manual_review
18+
no_autobump! because: :bumped_by_upstream
1919

2020
bottle do
2121
rebuild 1
@@ -38,6 +38,7 @@ class Rubyfmt < Formula
3838
# use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
3939
depends_on macos: :monterey
4040

41+
uses_from_macos "llvm" => :build # for libclang to build ruby-prism-sys
4142
uses_from_macos "libxcrypt"
4243
uses_from_macos "ruby"
4344
uses_from_macos "zlib"

0 commit comments

Comments
 (0)