[143958] trunk/dports/lang/rust/Portfile

sean at macports.org sean at macports.org
Mon Dec 28 16:06:03 PST 2015


Revision: 143958
          https://trac.macports.org/changeset/143958
Author:   sean at macports.org
Date:     2015-12-28 16:06:03 -0800 (Mon, 28 Dec 2015)
Log Message:
-----------
rust: fix livecheck

Modified Paths:
--------------
    trunk/dports/lang/rust/Portfile

Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	2015-12-28 23:46:56 UTC (rev 143957)
+++ trunk/dports/lang/rust/Portfile	2015-12-29 00:06:03 UTC (rev 143958)
@@ -142,8 +142,8 @@
 }
 
 livecheck.type      regex
-livecheck.url       ${homepage}/install.html
-livecheck.regex     {dist/rust-(\d\.\d)}
+livecheck.url       https://github.com/rust-lang/rust/tags
+livecheck.regex     archive/(\[\\d\\.\]+).zip
 
 subport rust-src {
     # remove dependencies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151228/36257533/attachment.html>


More information about the macports-changes mailing list