<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/12aac4ac5c7436ecb82aaec209676374a78f7354">https://github.com/macports/macports-ports/commit/12aac4ac5c7436ecb82aaec209676374a78f7354</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 12aac4ac5c7 squid: fix livecheck
</span>12aac4ac5c7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 12aac4ac5c7436ecb82aaec209676374a78f7354
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Mar 22 16:26:52 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    squid: fix livecheck
</span>---
 net/squid/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/squid/Portfile b/net/squid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4621202c35..2347e6f31f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/squid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/squid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -160,5 +160,5 @@ variant ssl_crtd requires openssl description "Enable use of external certificat
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   ${homepage}Versions/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex {v([0-9]+\.[0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://api.github.com/repos/squid-cache/squid/releases/latest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex {"name":\s+"v([0-9.]+)",}
</span></pre><pre style='margin:0'>

</pre>