Permalink
Browse files
py-urlgrabber: update to 4.0.0
- Loading branch information
Showing
with
4 additions
and
3 deletions.
-
+4
−3
python/py-urlgrabber/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-urlgrabber |
|
|
version 3.10.2 |
|
|
version 4.0.0 |
|
|
revision 0 |
|
|
categories-append net |
|
|
platforms darwin |
|
|
@@ -26,8 +26,9 @@ master_sites http://urlgrabber.baseurl.org/download/ |
|
|
|
|
|
distname urlgrabber-${version} |
|
|
|
|
|
checksums rmd160 6354b7821a4d376b1abe492d850c2f862612836b \ |
|
|
sha256 53691185e3d462bb0fa8db853a205ee79cdd4089687cddd22cabb8b3d4280142 |
|
|
checksums rmd160 870fc12b846cbe7a7df4ed68971507ee25030d8e \ |
|
|
sha256 d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0 \ |
|
|
size 86308 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-curl |
|
|
|