diff --git a/dports/net/mosh/Portfile b/dports/net/mosh/Portfile
index f921ae0..cc14170 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name mosh |
7 | | version 1.1.2 |
| 7 | version 1.1.3 |
8 | 8 | categories net |
9 | 9 | license GPL-3+ |
10 | 10 | platforms darwin |
… |
… |
long_description Mosh is a replacement for ssh that better handles \ |
16 | 16 | homepage http://mosh.mit.edu/ |
17 | 17 | master_sites https://github.com/downloads/keithw/mosh/ |
18 | 18 | |
19 | | checksums rmd160 9b19bf4cc5858a9f256520430acb01831da2e5a6 \ |
20 | | sha256 730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44 |
| 19 | checksums rmd160 9f41ddfdbc2941492e88b232a433db36ba424ccf \ |
| 20 | sha256 53234667e53625791ca43ced1ec43834cbd86a019c67ce5e4bd65556113c6eee |
21 | 21 | |
22 | 22 | depends_build port:pkgconfig |
23 | 23 | depends_lib port:boost \ |