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.
2 parents 09f1b06 + db210c5 commit c6d2100Copy full SHA for c6d2100
Formula/p/pg_partman.rb
@@ -5,6 +5,11 @@ class PgPartman < Formula
5
sha256 "462464d83389ef20256b982960646a1572341c0beb09eeff32b4a69f04e31b76"
6
license "PostgreSQL"
7
8
+ livecheck do
9
+ url :stable
10
+ regex(/^v?(\d+(?:\.\d+)+)$/i)
11
+ end
12
+
13
bottle do
14
sha256 cellar: :any_skip_relocation, arm64_tahoe: "99cbe1b5a499e361d0e5fce55c8bbf3896b10430c23c71d57111d48af8a6fc85"
15
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc8d0101a41b8462c808e3b89ced8cf4c35abd2859da258810f45c7cc3d08eab"
0 commit comments