diff --git a/python/py-sphinx_rtd_theme/Portfile b/python/py-sphinx_rtd_theme/Portfile
index 3449afaa6e..fcd94fbc7f 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup snide sphinx_rtd_theme 0.1.9 |
| 7 | github.setup snide sphinx_rtd_theme 0.2.4 |
8 | 8 | revision 1 |
9 | 9 | name py-sphinx_rtd_theme |
10 | 10 | platforms darwin |
… |
… |
long_description ${description} |
18 | 18 | # do not download file from github since the one from pypi is significantly smaller |
19 | 19 | master_sites pypi:s/sphinx_rtd_theme |
20 | 20 | |
21 | | checksums rmd160 4fd81f7ac50fcf507b6c1996c7194d9b769e30dd \ |
22 | | sha256 273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 |
| 21 | checksums rmd160 aa0a05b7af5eae51427840fe83eeff5e01859dc6 \ |
| 22 | sha256 2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417 |
23 | 23 | |
24 | 24 | # version 0.1.9 used to fetch from github, whose file has different checksums as current file from pypi |
25 | 25 | dist_subdir ${name}/${version}_1 |