Skip to content

Commit 0aecbb0

Browse files
authored
Merge pull request #210396 from Homebrew/bump-fortls-3.2.0
fortls 3.2.0
2 parents 151cc94 + 3fae985 commit 0aecbb0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Formula/f/fortls.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,27 @@ class Fortls < Formula
33

44
desc "Fortran language server"
55
homepage "https://fortls.fortran-lang.org/"
6-
url "https://files.pythonhosted.org/packages/f1/82/b0f91372538de824bccb5e4fe8936e47f6771dbd700a74d35e19045050b5/fortls-3.1.2.tar.gz"
7-
sha256 "93ea78598492ac699f7cefb624e89bf5012d44604d07fbe5ad4a31e32fc977bc"
6+
url "https://files.pythonhosted.org/packages/33/17/2e8e2aa4ccdf09569970b3f2587764692f93c82aa77421444509d3b58c68/fortls-3.2.0.tar.gz"
7+
sha256 "4ec963d29977b57b7ce470986aba3ba26f40d08d96e358bb63f19c9a23f8a930"
88
license "MIT"
99
head "https://github.com/fortran-lang/fortls.git", branch: "master"
1010

1111
bottle do
12-
rebuild 2
13-
sha256 cellar: :any_skip_relocation, all: "adcb346ec466108c4913bcb503e59ff3cf83c6ac25dd2898a5b3bcc4c598eaea"
12+
sha256 cellar: :any_skip_relocation, all: "24f719643578f366550f725f7baf1f395a826fa53c4c8d17c4e3abdde608c859"
1413
end
1514

1615
depends_on "python@3.13"
1716

1817
conflicts_with "fortran-language-server", because: "both install `fortls` binaries"
1918

2019
resource "json5" do
21-
url "https://files.pythonhosted.org/packages/91/59/51b032d53212a51f17ebbcc01bd4217faab6d6c09ed0d856a987a5f42bbc/json5-0.9.25.tar.gz"
22-
sha256 "548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae"
20+
url "https://files.pythonhosted.org/packages/85/3d/bbe62f3d0c05a689c711cff57b2e3ac3d3e526380adb7c781989f075115c/json5-0.10.0.tar.gz"
21+
sha256 "e66941c8f0a02026943c52c2eb34ebeb2a6f819a0be05920a6f5243cd30fd559"
2322
end
2423

2524
resource "packaging" do
26-
url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz"
27-
sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"
25+
url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz"
26+
sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
2827
end
2928

3029
def install

0 commit comments

Comments
 (0)