Skip to content

Commit

Permalink
languagetool 6.3
Browse files Browse the repository at this point in the history
languagetool: add 6.3 version

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
lpla authored and chenrui333 committed Dec 5, 2023
1 parent 2d1688e commit 7b4d8f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/l/languagetool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ class Languagetool < Formula
desc "Style and grammar checker"
homepage "https://www.languagetool.org/"
url "https://github.com/languagetool-org/languagetool.git",
tag: "v6.2",
revision: "2fe7ae723aa7f2212dc5a71247010af981322543"
tag: "v6.3-branch",
revision: "fb238b2a32bc72714632a399c9b47abbe9f1c0c1"
version "6.3"
license "LGPL-2.1-or-later"
head "https://github.com/languagetool-org/languagetool.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^v?(\d+(?:\.\d+)+)(-branch)?$/i)
end

bottle do
Expand Down

0 comments on commit 7b4d8f8

Please sign in to comment.