diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
index c82691c..d2f71eb 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | PortGroup compiler_blacklist_versions 1.0 |
7 | 7 | |
8 | | github.setup emcrisostomo fswatch 1.4.7 |
| 8 | github.setup emcrisostomo fswatch 1.5.0 |
9 | 9 | github.tarball_from releases |
10 | 10 | |
11 | 11 | categories sysutils |
… |
… |
long_description A cross-platform file change monitor with multiple \ |
21 | 21 | |
22 | 22 | homepage http://emcrisostomo.github.io/fswatch/ |
23 | 23 | |
24 | | checksums rmd160 dd8e268e75e567cbdfd5bada6d99a3b086147840 \ |
25 | | sha256 1601e91393c943eb168371f710cfbb54511900d92ace0e829dcd335a2c6da61d |
| 24 | checksums rmd160 f1e2d0ddf922e81ac567981816e02c9d56f11edd \ |
| 25 | sha256 153e7d5358e25579964f353d387d814fe6bea57fa1bad7b883b940d402903e59 |
26 | 26 | |
27 | 27 | # Blacklist compilers not supporting C++11. |
28 | 28 | compiler.blacklist-append \ |