@@ -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,18 +15,15 @@ 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
21- rebuild 1
22- sha256 cellar : :any_skip_relocation , arm64_tahoe : "add7264b0c1f0f824a4cacb9207a09fd1b64af9fb800f9ac3caafa0a34ee4568"
23- sha256 cellar : :any_skip_relocation , arm64_sequoia : "3ea996577f2010a2fcc3a4244398c2cdc8988de9efedeed1646f358798b33ab4"
24- sha256 cellar : :any_skip_relocation , arm64_sonoma : "20e428828937e70b6c4e9dc9d742ecc1a8f331dc65369488c1fd576cb6abfe1e"
25- sha256 cellar : :any_skip_relocation , arm64_ventura : "d5ba71656cdf87c3c1b5a2f9664f2deb21f59a949173a9a639340617a8bc8707"
26- sha256 cellar : :any_skip_relocation , sonoma : "57a01d03aee9e206fc51d64079ab95b0974f6b0e39dc5a464e58f975a45bea0c"
27- sha256 cellar : :any_skip_relocation , ventura : "b831dd07102b2eabadfaf38c84cfe0d24a5ed7d6c7ca3b58702eb7dfe5f7dd5e"
28- sha256 cellar : :any_skip_relocation , arm64_linux : "1d5ab407a571c5ce85baf2a784dde2b0a523614d749df8aed8c0d4b03af472b6"
29- sha256 cellar : :any_skip_relocation , x86_64_linux : "d7268052db591d14ad85711a47d0ce9b9578a0c9a0d353e63b870231d358478e"
21+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "0d4825a2aaf18c4d14d339190e26fd6042cd2312dd1953c5844c114def6700b9"
22+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "df96caa4ae7cc5d2fc1f5cd0a0e9c790cc1f9fc48001fcf26c37f6162107a879"
23+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "723d4db76a00d239154f8106ddfee3dd5e50557fe0221ab70c2e38a05900670e"
24+ sha256 cellar : :any_skip_relocation , sonoma : "2ccdacf5cbbe5cfc0e5ec9632de656ca88120506a7cf24042b8185a0c307f3c3"
25+ sha256 cellar : :any_skip_relocation , arm64_linux : "bccac8730df069393705d544a155d731f85bec4896da35cdc2e2d1fd22e530ef"
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5269e94181e4aff93945f2f681e29096f077b9e17fd9b470e431765e2a59491f"
3027 end
3128
3229 depends_on "autoconf" => :build
@@ -38,6 +35,7 @@ class Rubyfmt < Formula
3835 # use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
3936 depends_on macos : :monterey
4037
38+ uses_from_macos "llvm" => :build # for libclang to build ruby-prism-sys
4139 uses_from_macos "libxcrypt"
4240 uses_from_macos "ruby"
4341 uses_from_macos "zlib"
0 commit comments