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

</pre>
<p><a href="https://github.com/macports/macports-www/commit/013ffd91b7cbfabd2463b2eb3cfd4efe460b0a75">https://github.com/macports/macports-www/commit/013ffd91b7cbfabd2463b2eb3cfd4efe460b0a75</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 013ffd9  Fix downloads link
</span>013ffd9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 013ffd91b7cbfabd2463b2eb3cfd4efe460b0a75
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun May 23 15:15:16 2021 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Fix downloads link
</span>---
 install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/install.php b/install.php
</span><span style='display:block; white-space:pre;color:#808080;'>index ee7f4e5..d415876 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/install.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/install.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,7 +56,7 @@
</span>         MacPorts installed and wish to upgrade to a newer release.</li>
     </ul>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <p>Checksums for our packaged <a href="<?php print $downloads; ?>">downloads</a> are contained in the corresponding <a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <p>Checksums for our packaged <a href="<?php print $downloads_overview; ?>">downloads</a> are contained in the corresponding <a
</span>     href="<?php print $checksums; ?>">checksums file</a>.</p>
     
     <p>The public key to verify the detached GPG signatures can be found under the <a href="https://trac.macports.org/wiki/jmr#no1">attachments section on jmr's wiki page</a>. (<a href="https://trac.macports.org/attachment/wiki/jmr/jmr_at_macports_org-2013.pubkey">Direct Link</a>).</p>
</pre><pre style='margin:0'>

</pre>