[151573] trunk/dports/python/py-mutagen/Portfile

elelay at macports.org elelay at macports.org
Thu Aug 18 01:00:41 PDT 2016


Revision: 151573
          https://trac.macports.org/changeset/151573
Author:   elelay at macports.org
Date:     2016-08-18 01:00:41 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
py-mutagen update to 1.34.1

Modified Paths:
--------------
    trunk/dports/python/py-mutagen/Portfile

Modified: trunk/dports/python/py-mutagen/Portfile
===================================================================
--- trunk/dports/python/py-mutagen/Portfile	2016-08-18 07:46:09 UTC (rev 151572)
+++ trunk/dports/python/py-mutagen/Portfile	2016-08-18 08:00:41 UTC (rev 151573)
@@ -5,7 +5,7 @@
 PortGroup python 1.0
 
 name            py-mutagen
-version         1.32
+version         1.34.1
 description     A Python module to handle audio metadata
 platforms       darwin
 supported_archs noarch
@@ -24,12 +24,12 @@
 distname        mutagen-${version}
 homepage        https://bitbucket.org/lazka/mutagen
 master_sites    https://bitbucket.org/lazka/mutagen/downloads
-checksums           rmd160  8882ba1f1d551dd39a9686a4dda8ef4e8d72fde8 \
-                    sha256  7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5
+checksums           rmd160  bcad2c0ff3b09626887d386678d235815f6fc577 \
+                    sha256  aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461
 python.versions 26 27 34
 
 if {${name} eq ${subport}} {
     livecheck.type		regex
-    livecheck.url		https://bitbucket.org/lazka/mutagen/downloads
-    livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.url		https://github.com/quodlibet/mutagen/releases
+    livecheck.regex "tag/release-(\\d+(?:\\.\\d+)*)"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/22cb6aa5/attachment.html>


More information about the macports-changes mailing list