Skip to content

Commit

Permalink
Merge pull request #156390 from samford/squid-update-livecheck
Browse files Browse the repository at this point in the history
squid: update livecheck
  • Loading branch information
BrewTestBot authored Dec 5, 2023
2 parents ff4aa3b + bb83212 commit e824bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/s/squid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class Squid < Formula
license "GPL-2.0-or-later"

livecheck do
url "http://www.squid-cache.org/Versions/v6/"
regex(/href=.*?squid[._-]v?(\d+(?:\.\d+)+)-RELEASENOTES\.html/i)
url "http://www.squid-cache.org/Versions/"
regex(%r{<td>\s*v?(\d+(?:\.\d+)+)\s*</td>}im)
end

bottle do
Expand Down

0 comments on commit e824bb7

Please sign in to comment.