File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11class Electric < Formula
22 desc "Real-time sync for Postgres"
33 homepage "https://electric-sql.com"
4- url "https://github.com/electric-sql/electric/archive/refs/tags/@core/sync-service@1.1.14 .tar.gz"
5- sha256 "962e25ca23551ba773f1dd7138dbfdce0ba58aaedeb3eb24005483d39c031e8b "
4+ url "https://github.com/electric-sql/electric/archive/refs/tags/@core/sync-service@1.2.0 .tar.gz"
5+ sha256 "1e4b7f9664c9f349420f4aa3dca4eb0795c0cc19dcc0e429d25183f6691c9f52 "
66 license "Apache-2.0"
77
8+ livecheck do
9+ url :stable
10+ regex ( %r{^@core/sync-service@(\d +(?:\. \d +)+)$}i )
11+ end
12+
813 bottle do
914 sha256 cellar : :any , arm64_tahoe : "198f04b9d844ded94540c553c4c37792aed4e42d1412399eaae9a11f99ecc925"
1015 sha256 cellar : :any , arm64_sequoia : "3901f2f791f78bbb3299c6a9f603744105cf0cf38a9aca7cecb70352055a05b9"
You can’t perform that action at this time.
0 commit comments