Skip to content

Commit 4a283af

Browse files
authored
Merge pull request #217271 from Homebrew/bump-solargraph-0.53.4
solargraph 0.53.4
2 parents f242b34 + 4f1875e commit 4a283af

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/solargraph.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Solargraph < Formula
33
homepage "https://solargraph.org"
44
# Must be git, because solargraph.gemspec uses git ls-files
55
url "https://github.com/castwide/solargraph.git",
6-
tag: "v0.53.3",
7-
revision: "767a5fceb74935d03f6757711bdf610df3e6fd7a"
6+
tag: "v0.53.4",
7+
revision: "390a1b766cf1933a3f4bd35bb6c3cfca7edd2bc8"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "a99023e720f2e0cfde78a0410936e51a64f9caaba86f8c2fc46e8b6ddc3bec1a"
12-
sha256 cellar: :any, arm64_sonoma: "137467fcc0c98d464a63251a7c0e7318e19bbbe7aa9b7fa380046ea5e7ea8f58"
13-
sha256 cellar: :any, arm64_ventura: "842edbd4a92b8bfc886bb2993a54b43fddf91c25fff025deacc7c1808ec208bf"
14-
sha256 cellar: :any, sonoma: "4b166f526b1aea8ea9239b0e12b7eb7402e7af5804c4e5e151a6f5ca9e7429e2"
15-
sha256 cellar: :any, ventura: "3da2c4e81bf44c29db83add7540bda8fc97a01f7a96a96a803b73db6ef21ca23"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "6dfcdff13b101d7657c850135c5c139e9566efea5b386c22e2c7a7ec4ea9a3b5"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4bf0f06028cff7c010410b653f6298994779a132cca7b2a61f57582c6f94975"
11+
sha256 cellar: :any, arm64_sequoia: "6c444b5ba211db8d50e15e5766270700a83584cd5af79205c1a9bb9fc0fb5d91"
12+
sha256 cellar: :any, arm64_sonoma: "504665beec0e6cd6f74d285de31bea80b4e30250b291c3d4e3b317013586c016"
13+
sha256 cellar: :any, arm64_ventura: "cb792e5c2fe26be09e9196000e982e502eb56aa4fff641cb2ec1207de5847cf6"
14+
sha256 cellar: :any, sonoma: "cefce402c8eb6c868725e26ffb54e597bcb46b50409d7b7bae5e8248445bc527"
15+
sha256 cellar: :any, ventura: "7943b09d7795a048b46f2306d56de9fa0179c56e9a7acd2184b91197dd1ee329"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "5b191d120229d210c82b6363dee49cece5b79871a1f8c22f1c482b1a538a3f47"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3545b209b6370df2266e2a610f5f0255acc003283b018aafff5dfaba337cbd4e"
1818
end
1919

2020
depends_on "ruby" # Requires >= Ruby 2.7

0 commit comments

Comments
 (0)