<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1170c6d902286f605e748b5f5fe8c5228f0df59a">https://github.com/macports/macports-ports/commit/1170c6d902286f605e748b5f5fe8c5228f0df59a</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 1170c6d9022 openjdk8-zulu: add livecheck
</span>1170c6d9022 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1170c6d902286f605e748b5f5fe8c5228f0df59a
</span>Author: Nils Breunese <nils@breun.nl>
AuthorDate: Tue Aug 23 19:54:06 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    openjdk8-zulu: add livecheck
</span>---
 java/openjdk8-zulu/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk8-zulu/Portfile b/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de21ef570c0..6533bf70004 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,9 @@ if {${os.platform} eq "darwin" && ${os.major} < 18} {
</span> 
 homepage     https://www.azul.com/downloads/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.type  none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type      regex
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://cdn.azul.com/zulu/bin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     zulu(8\.\[0-9\.\]+)-ca-jdk\[0-9\.\]+-macosx_.*\.tar\.gz
</span> 
 use_configure    no
 build {}
</pre><pre style='margin:0'>

</pre>