diff --git a/python/py30-hashlib/Portfile b/python/py30-hashlib/Portfile
index dbe4813..d6391b8 100644
a
|
b
|
destroot.destdir --prefix=${prefix}/Library/Frameworks/Python.framework/V |
14 | 14 | # end group code |
15 | 15 | |
16 | 16 | name py30-hashlib |
17 | | version 3.0a3 |
| 17 | version 3.0b2 |
18 | 18 | categories python |
19 | 19 | platforms darwin |
20 | 20 | maintainers mww |
… |
… |
homepage http://www.python.org/doc/current/lib/module-hashlib.html |
26 | 26 | master_sites http://www.python.org/ftp/python/3.0/ |
27 | 27 | distname Python-${version} |
28 | 28 | dist_subdir python30 |
29 | | checksums md5 ec525b7e7fe4383e8394fab721663252 |
| 29 | |
| 30 | checksums md5 cd2a241a1b17491e229a9ccb500794e7 \ |
| 31 | sha1 86ff7d79a1dcf8c2788f5a3ea57458d38c06e553 \ |
| 32 | rmd160 2e232dff2e31d190400ab8918bd104647b23ca8a |
30 | 33 | extract.suffix .tgz |
31 | 34 | |
32 | 35 | depends_lib-append port:openssl |