forked from jeffreywildman/homebrew-livecheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
571 changed files
with
572 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Abcl | ||
livecheck do | ||
url "https://common-lisp.net/project/armedbear/releases/" | ||
regex(%r{<a href="([0-9,\.]+)/">}) | ||
regex(%r{<a href="([0-9,.]+)/">}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Abnfgen | ||
livecheck do | ||
url "http://www.quut.com/abnfgen/" | ||
regex(%r{href=.*?/abnfgen-([0-9\.]+)\.t}) | ||
regex(%r{href=.*?/abnfgen-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Acpica | ||
livecheck do | ||
url "https://acpica.org/downloads" | ||
regex(/current release of ACPICA is version <strong>([0-9\.]+) </) | ||
regex(/current release of ACPICA is version <strong>([0-9.]+) </) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Adns | ||
livecheck do | ||
url "https://www.chiark.greenend.org.uk/~ian/adns/ftp/" | ||
regex(/href="adns-([0-9\.]+)\.t/) | ||
regex(/href="adns-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Advancemame | ||
livecheck do | ||
url "https://github.com/amadvance/advancemame/releases" | ||
regex(%r{Latest.*?href="/amadvance/advancemame/tree/v?([0-9\.]+)}m) | ||
regex(%r{Latest.*?href="/amadvance/advancemame/tree/v?([0-9.]+)}m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AescryptPacketizer | ||
livecheck do | ||
url "https://www.aescrypt.com/download/" | ||
regex(%r{href="/download/v3/linux/aescrypt-([0-9,\.]+)\.t}) | ||
regex(%r{href="/download/v3/linux/aescrypt-([0-9,.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AircrackNg | ||
livecheck do | ||
url "https://aircrack-ng.org/" | ||
regex(%r{href=".*?/aircrack-ng-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/aircrack-ng-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Algernon | ||
livecheck do | ||
url "https://github.com/xyproto/algernon/releases" | ||
regex(%r{Latest.*?href="/xyproto/algernon/tree/v?([0-9\.]+)}m) | ||
regex(%r{Latest.*?href="/xyproto/algernon/tree/v?([0-9.]+)}m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AnsibleLint | ||
livecheck do | ||
url "https://pypi.org/simple/ansible-lint/" | ||
regex(%r{href=".*?/ansible-lint-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/ansible-lint-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Ansible | ||
livecheck do | ||
url "https://releases.ansible.com/ansible/" | ||
regex(/href="ansible-([0-9\.]+)\.t/) | ||
regex(/href="ansible-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Ansifilter | ||
livecheck do | ||
url "http://www.andre-simon.de/zip/download.php" | ||
regex(/href="ansifilter-([0-9,\.]+)\.tar/) | ||
regex(/href="ansifilter-([0-9,.]+)\.tar/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Antlr | ||
livecheck do | ||
url "https://www.antlr.org/download/" | ||
regex(/antlr-([0-9\.]+)-complete\.jar/) | ||
regex(/antlr-([0-9.]+)-complete\.jar/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Antlr4CppRuntime | ||
livecheck do | ||
url "https://www.antlr.org/download/" | ||
regex(/antlr4-cpp-runtime-([0-9\.]+)-source\.z/) | ||
regex(/antlr4-cpp-runtime-([0-9.]+)-source\.z/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Aqbanking | ||
livecheck do | ||
url "https://www.aquamaniac.de/rdm/projects/aqbanking/files" | ||
regex(/href=.*aqbanking-([0-9\.]+)\.t/) | ||
regex(/href=.*aqbanking-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Archivemount | ||
livecheck do | ||
url "https://www.cybernoia.de/software/archivemount.html" | ||
regex(%r{href=".*?/archivemount-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/archivemount-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Argus | ||
livecheck do | ||
url "https://qosient.com/argus/src/" | ||
regex(/href="argus-([0-9,\.]+)\.tar/) | ||
regex(/href="argus-([0-9,.]+)\.tar/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Artifactory | ||
livecheck do | ||
url "https://dl.bintray.com/jfrog/artifactory/" | ||
regex(/href="jfrog-artifactory-oss-([0-9\.]+)\.[^0-9]/) | ||
regex(/href="jfrog-artifactory-oss-([0-9.]+)\.[^0-9]/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Asio | ||
livecheck do | ||
url "https://sourceforge.net/projects/asio/" | ||
regex(%r{Stable.*?/asio-([0-9\.]+)\.t}) | ||
regex(%r{Stable.*?/asio-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Aspectj | ||
livecheck do | ||
url "https://eclipse.org/aspectj/downloads.php" | ||
regex(%r{Latest Stable Release.*?/aspectj-([0-9,\.]+)\.j}m) | ||
regex(%r{Latest Stable Release.*?/aspectj-([0-9,.]+)\.j}m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Astyle | ||
livecheck do | ||
url "https://sourceforge.net/projects/astyle/" | ||
regex(%r{.*?/astyle_([0-9\.]+)_}) | ||
regex(%r{.*?/astyle_([0-9.]+)_}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Atari800 | ||
livecheck do | ||
url "https://github.com/atari800/atari800/releases" | ||
regex(%r{.*?/atari800-([0-9\.]+)-src\.t}) | ||
regex(%r{.*?/atari800-([0-9.]+)-src\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AtlassianCli | ||
livecheck do | ||
url "https://marketplace.atlassian.com/plugins/org.swift.atlassian.cli/versions" | ||
regex(/class="version">([0-9\.]+)</) | ||
regex(/class="version">([0-9.]+)</) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Augeas | ||
livecheck do | ||
url "http://download.augeas.net/" | ||
regex(/href="augeas-([0-9,\.]+)\.tar/) | ||
regex(/href="augeas-([0-9,.]+)\.tar/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Augustus | ||
livecheck do | ||
url "http://bioinf.uni-greifswald.de/augustus/binaries/" | ||
regex(/href="augustus-([0-9\.]+)\.t/) | ||
regex(/href="augustus-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Autogen | ||
livecheck do | ||
url "https://ftp.gnu.org/gnu/autogen/" | ||
regex(%r{href="rel([0-9\.]+)/}) | ||
regex(%r{href="rel([0-9.]+)/}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Autossh | ||
livecheck do | ||
url "https://www.harding.motd.ca/autossh/" | ||
regex(/HREF="autossh-([0-9\.]+[a-z]+)\.t/) | ||
regex(/HREF="autossh-([0-9.]+[a-z]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AwsElasticbeanstalk | ||
livecheck do | ||
url "https://pypi.org/simple/awsebcli/" | ||
regex(%r{href=".*?/awsebcli-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/awsebcli-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AzureCli | ||
livecheck do | ||
url "https://github.com/Azure/azure-cli/releases" | ||
regex(%r{href="/Azure/azure-cli/releases/tag/azure-cli-([\d\.]+)"}) | ||
regex(%r{href="/Azure/azure-cli/releases/tag/azure-cli-([\d.]+)"}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Babeld | ||
livecheck do | ||
url "https://www.irif.fr/~jch/software/files/" | ||
regex(/href="babeld-([0-9\.]+)\.t/) | ||
regex(/href="babeld-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Baresip | ||
livecheck do | ||
url "http://www.creytiv.com/pub/" | ||
regex(/href="baresip-([0-9\.]+)\.t/) | ||
regex(/href="baresip-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bash | ||
livecheck do | ||
url "http://ravenports.ironwolf.systems/catalog/bucket_C8/bash/standard/" | ||
regex(%r{<td id="pkgversion">([0-9\.]+)</td>}) | ||
regex(%r{<td id="pkgversion">([0-9.]+)</td>}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bashdb | ||
livecheck do | ||
url "https://sourceforge.net/projects/bashdb/files/bashdb/" | ||
regex(%r{href="/projects/bashdb/files/bashdb/([0-9\.\-]+)/"}) | ||
regex(%r{href="/projects/bashdb/files/bashdb/([0-9.\-]+)/"}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Batik | ||
livecheck do | ||
url "https://xmlgraphics.apache.org/batik/download.html" | ||
regex(%r{href=".*?/batik-bin-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/batik-bin-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bcal | ||
livecheck do | ||
url "https://github.com/jarun/bcal/releases" | ||
regex(%r{Latest.*?href="/jarun/bcal/tree/v?([0-9\.]+)}m) | ||
regex(%r{Latest.*?href="/jarun/bcal/tree/v?([0-9.]+)}m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bcftools | ||
livecheck do | ||
url "https://github.com/samtools/bcftools/releases" | ||
regex(%r{href="/samtools/bcftools/releases/download/.*/bcftools-([0-9\.]+).tar.bz2"}) | ||
regex(%r{href="/samtools/bcftools/releases/download/.*/bcftools-([0-9.]+).tar.bz2"}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Beast | ||
livecheck do | ||
url "https://github.com/beast-dev/beast-mcmc/releases" | ||
regex(%r{href="/beast-dev/beast-mcmc/tree/v([0-9\.]+)"}) | ||
regex(%r{href="/beast-dev/beast-mcmc/tree/v([0-9.]+)"}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bibtex2html | ||
livecheck do | ||
url "https://www.lri.fr/~filliatr/bibtex2html/" | ||
regex(/The current version is ([0-9\.]+) and/) | ||
regex(/The current version is ([0-9.]+) and/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bibutils | ||
livecheck do | ||
url "sourceforge.net/projects/bibutils/files/" | ||
regex(%r{/bibutils/files/bibutils_([0-9\.]+)_src\.t}) | ||
regex(%r{/bibutils/files/bibutils_([0-9.]+)_src\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bind | ||
livecheck do | ||
url "https://www.isc.org/downloads/" | ||
regex(/Current-Stable.*?href=".*?bind-([A-Za-z0-9\.\-]+)\.t/m) | ||
regex(/Current-Stable.*?href=".*?bind-([A-Za-z0-9.\-]+)\.t/m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bitlbee | ||
livecheck do | ||
url "https://get.bitlbee.org/src/" | ||
regex(/href="bitlbee-([0-9\.]+)\.t/) | ||
regex(/href="bitlbee-([0-9.]+)\.t/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bluepill | ||
livecheck do | ||
url "https://github.com/linkedin/bluepill/releases" | ||
regex(%r{Latest.*?href="/linkedin/bluepill/tree/v?([0-9\.]+)}m) | ||
regex(%r{Latest.*?href="/linkedin/bluepill/tree/v?([0-9.]+)}m) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bmake | ||
livecheck do | ||
url "http://www.crufty.net/ftp/pub/sjg/" | ||
regex(/href="bmake-([0-9,\.]+)\.tar/) | ||
regex(/href="bmake-([0-9,.]+)\.tar/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bonniexx | ||
livecheck do | ||
url "https://www.coker.com.au/bonnie++/experimental/" | ||
regex(/bonnie\+\+-([0-9,\.]+)\.tgz/) | ||
regex(/bonnie\+\+-([0-9,.]+)\.tgz/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class BoostBuild | ||
livecheck do | ||
url "https://github.com/boostorg/build.git" | ||
regex(/boost-([0-9\.]+)/) | ||
regex(/boost-([0-9.]+)/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Boost | ||
livecheck do | ||
url "https://www.boost.org/feed/downloads.rss" | ||
regex(/Version ([0-9\.]+)/) | ||
regex(/Version ([0-9.]+)/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Burp | ||
livecheck do | ||
url "https://burp.grke.org/download.html" | ||
regex(/<li>([0-9\.]+): Stable/) | ||
regex(/<li>([0-9.]+): Stable/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Byacc | ||
livecheck do | ||
url "https://invisible-mirror.net/archives/byacc/" | ||
regex(/href="byacc-([0-9,\.]+)\.tgz"/) | ||
regex(/href="byacc-([0-9,.]+)\.tgz"/) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Bzt | ||
livecheck do | ||
url "https://pypi.org/simple/bzt/" | ||
regex(%r{href=".*?/bzt-([0-9\.]+)\.t}) | ||
regex(%r{href=".*?/bzt-([0-9.]+)\.t}) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class CKermit | ||
livecheck do | ||
url "http://www.kermitproject.org/ck90.html" | ||
regex(/The current C-Kermit release is ([0-9\.]+) /) | ||
regex(/The current C-Kermit release is ([0-9.]+) /) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class CabalInstall | ||
livecheck do | ||
url "https://www.haskell.org/cabal/download.html" | ||
regex(/cabal-install tool \(version ([0-9\.]+)/) | ||
regex(/cabal-install tool \(version ([0-9.]+)/) | ||
end | ||
end |
Oops, something went wrong.