wal2json: add livecheck
parent
657a7f2f33
commit
2037ca4fb4
|
@ -5,6 +5,11 @@ class Wal2json < Formula
|
|||
sha256 "2ebf71ace3c9f4b66703bcf6e3fa6ef7b6b026f9e31db4cf864eb3deb4e1a5b3"
|
||||
license "BSD-3-Clause"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/eulerto/wal2json/releases/latest"
|
||||
regex(%r{href=.*?/tag/(?:wal2json[._-])?v?(\d+(?:[._]\d+)+)["' >]}i)
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "ec25d4dffbb7b4205565f2ec5ad6c17fa62a965d841a75b475b11bd7ff759c51" => :catalina
|
||||
|
|
Loading…
Reference in New Issue