<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6ccbfed0a8c4c780dad97d49d530eb3f724ce7a2">https://github.com/macports/macports-ports/commit/6ccbfed0a8c4c780dad97d49d530eb3f724ce7a2</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 6ccbfed  helm: tweak livecheck to skip pre-releases
</span>6ccbfed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6ccbfed0a8c4c780dad97d49d530eb3f724ce7a2
</span>Author: Leonardo Brondani Schenkel <lbschenkel@macports.org>
AuthorDate: Mon Jul 1 15:51:43 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    helm: tweak livecheck to skip pre-releases
</span>---
 sysutils/helm/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/helm/Portfile b/sysutils/helm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6519d79..626918e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/helm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/helm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,3 +31,6 @@ destroot {
</span>     xinstall ${worksrcpath}/helm ${destroot}${prefix}/bin/helm
     xinstall ${worksrcpath}/tiller ${destroot}${prefix}/bin/tiller
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Skip -rc and other pre-release tags
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {v([\d.]+)}
</span></pre><pre style='margin:0'>

</pre>