diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
index 160afd3..277be2e 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.9.1 |
| 8 | github.setup emcrisostomo fswatch 1.9.2 |
9 | 9 | github.tarball_from releases |
10 | 10 | |
11 | 11 | categories sysutils |
… |
… |
long_description A cross-platform file change monitor with multiple \ |
22 | 22 | |
23 | 23 | homepage http://emcrisostomo.github.io/fswatch/ |
24 | 24 | |
25 | | checksums rmd160 8e6f9c49b5bac39042aef7b4528c68d54c60c9a4 \ |
26 | | sha256 56d7e2ae092985839f9f26b56cfbb5b08f9741d008a5aca75ddc7563e3b75fc8 |
| 25 | checksums rmd160 d35508efcd9ca802a4de88525a1fee04409d790c \ |
| 26 | sha256 e8bcb9018831c353cd85a8ce5fcc427e27bdff8bfc3cace1619f6cda3527d111 |
27 | 27 | |
28 | 28 | # Blacklist compilers not supporting C++11. |
29 | 29 | compiler.blacklist-append \ |