Skip to content

Commit

Permalink
Merge pull request Homebrew#159671 from Porkepix/bump-jdtls-1.31.0
Browse files Browse the repository at this point in the history
jdtls 1.31.0
  • Loading branch information
BrewTestBot authored Jan 11, 2024
2 parents 737d431 + de9876d commit 08201e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/j/jdtls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ class Jdtls < Formula

desc "Java language specific implementation of the Language Server Protocol"
homepage "https://github.com/eclipse-jdtls/eclipse.jdt.ls"
url "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.30.1/jdt-language-server-1.30.1-202312071447.tar.gz"
version "1.30.1"
sha256 "4c005ede9df73e60cfb8f611373808c9121286d3adbfb745384cced9f19b2de3"
url "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.31.0/jdt-language-server-1.31.0-202401111522.tar.gz"
version "1.31.0"
sha256 "6c25f62d0b74d1dd92ab19afbafbe5041eb06c2b853eab57f7f42fe6feb01f7c"
license "EPL-2.0"
version_scheme 1

Expand All @@ -15,7 +15,7 @@ class Jdtls < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "6b4fc54b74c5025218745789e7018a76836d8c71616bba69285048b49d79a692"
sha256 cellar: :any_skip_relocation, all: "42dd36ba9eb35f7193d9a828eb1e3eefce85c6a79c7acca88f1451c05cc2109a"
end

depends_on "openjdk"
Expand Down

0 comments on commit 08201e4

Please sign in to comment.