pcre++: update homepage, add livecheck
parent
146d4ea914
commit
a27bee66de
|
@ -1,11 +1,16 @@
|
||||||
class Pcrexx < Formula
|
class Pcrexx < Formula
|
||||||
desc "C++ wrapper for the Perl Compatible Regular Expressions"
|
desc "C++ wrapper for the Perl Compatible Regular Expressions"
|
||||||
homepage "https://www.daemon.de/PCRE"
|
homepage "https://www.daemon.de/projects/pcrepp/"
|
||||||
url "https://www.daemon.de/idisk/Apps/pcre++/pcre++-0.9.5.tar.gz"
|
url "https://www.daemon.de/idisk/Apps/pcre++/pcre++-0.9.5.tar.gz"
|
||||||
mirror "https://distfiles.openadk.org/pcre++-0.9.5.tar.gz"
|
mirror "https://distfiles.openadk.org/pcre++-0.9.5.tar.gz"
|
||||||
sha256 "77ee9fc1afe142e4ba2726416239ced66c3add4295ab1e5ed37ca8a9e7bb638a"
|
sha256 "77ee9fc1afe142e4ba2726416239ced66c3add4295ab1e5ed37ca8a9e7bb638a"
|
||||||
license "LGPL-2.1-only"
|
license "LGPL-2.1-only"
|
||||||
|
|
||||||
|
livecheck do
|
||||||
|
url "https://www.daemon.de/projects/pcrepp/download/"
|
||||||
|
regex(/href=.*?pcre\+\+[._-]v?(\d+(?:\.\d+)+)\.t/i)
|
||||||
|
end
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
rebuild 2
|
rebuild 2
|
||||||
sha256 cellar: :any, arm64_big_sur: "1232e288cacfd0124da243208e1584caf1925be4dcdcc7b94b96585fb50bfabf"
|
sha256 cellar: :any, arm64_big_sur: "1232e288cacfd0124da243208e1584caf1925be4dcdcc7b94b96585fb50bfabf"
|
||||||
|
|
Loading…
Reference in New Issue