[87352] trunk/dports/net/youtube-dl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 17 14:33:24 PST 2011


Revision: 87352
          http://trac.macports.org/changeset/87352
Author:   ryandesign at macports.org
Date:     2011-11-17 14:33:23 -0800 (Thu, 17 Nov 2011)
Log Message:
-----------
youtube-dl: update to 2011.10.19 and fix livecheck

Modified Paths:
--------------
    trunk/dports/net/youtube-dl/Portfile

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2011-11-17 22:26:13 UTC (rev 87351)
+++ trunk/dports/net/youtube-dl/Portfile	2011-11-17 22:33:23 UTC (rev 87352)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                youtube-dl
-version             2011.08.04
+version             2011.10.19
 categories          net
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -16,14 +16,12 @@
 
 long_description    ${name} is a small ${description}.
 
-
-
 homepage            http://rg3.github.com/youtube-dl/
 master_sites        https://github.com/rg3/youtube-dl/tarball/${version}
 dist_subdir         ${name}
 
-checksums           sha1    751a23da86b9a972ac44d52f94919e2afc668c15 \
-                    rmd160  0f1f4a09dc13d28b23fc33085c2ab11a8ed5ba14
+checksums           rmd160  a51f3d47532f63f1f356ea6ee1ed79e459f4e6e4 \
+                    sha256  741f7114f659ae65c05ef2eb88800d580c707fb9789da87a4d1fb68f9a1a037b
 
 post-extract {
     move [glob ${workpath}/*] ${worksrcpath}
@@ -40,3 +38,7 @@
 destroot {
     copy ${worksrcpath}/${name} ${destroot}${prefix}/bin
 }
+
+livecheck.type      regex
+livecheck.url       ${homepage}download.html
+livecheck.regex     {raw/([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111117/1dd1277d/attachment-0001.html>


More information about the macports-changes mailing list