From bff0d43288d46cfe735f9172b546d7e6a948224d Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 19 Aug 2024 11:48:11 +0200 Subject: [PATCH] Add Beyond Compare --- modules/BCompare5.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/BCompare5.php diff --git a/modules/BCompare5.php b/modules/BCompare5.php new file mode 100644 index 0000000..2767ed7 --- /dev/null +++ b/modules/BCompare5.php @@ -0,0 +1,15 @@ +patch->setBranch('5'); + } + function check() : bool { + if ($this->fetch('https://www.scootersoftware.com/checkupdates.php?product=bc5')) + return $this->parse('/Version ([\d\.]+ build \d+)<\/b>/'); + return false; + } +} + +?>