We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f78cf commit 739f1e9Copy full SHA for 739f1e9
Formula/a/apache-polaris.rb
@@ -5,6 +5,11 @@ class ApachePolaris < Formula
5
sha256 "4ed1a13aae04c8bf25982bc059e12d3490cb70ddf3b175dc97a227b46a566e10"
6
license "Apache-2.0"
7
8
+ livecheck do
9
+ url "https://polaris.apache.org/downloads/"
10
+ regex(/href=.*?apache-polaris-(\d+(?:\.\d+)+)-incubating\.t/i)
11
+ end
12
+
13
bottle do
14
sha256 cellar: :any_skip_relocation, arm64_sequoia: "651193a8f10b0c26dab239210f54945b941bcc8b32ff36ca4a711a25ea171c28"
15
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1723a5e2227e1fc846448527ed63bf01fbd2d54408e63430b39bbd2f6f2aea98"
0 commit comments