Skip to content

Commit

Permalink
circlator: add livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekingMeaning committed Jan 9, 2021
1 parent 75626eb commit bf4d91d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/circlator.rb
Expand Up @@ -9,6 +9,12 @@ class Circlator < Formula
sha256 "927b6c156bfba6fa02db0c1173e280f85373320814c51e084170df583e604a2a"
license "GPL-3.0"

livecheck do
url :stable
strategy :github_latest
regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)(?:[._-]|["' >])}i)
end

bottle do
root_url "https://linuxbrew.bintray.com/bottles-bio"
cellar :any
Expand Down

0 comments on commit bf4d91d

Please sign in to comment.