diff --git a/tmux/Portfile b/tmux/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup tmux tmux 2.2 |
| 7 | github.setup tmux tmux 2.3 |
8 | 8 | if {${subport} eq ${name}} { |
9 | 9 | revision 0 |
10 | 10 | conflicts tmux-devel |
… |
… |
|
31 | 31 | |
32 | 32 | if {${subport} eq ${name}} { |
33 | 33 | github.tarball_from releases |
34 | | checksums rmd160 5d636bb7a4c5d80e2dba4179ddd65bc49f471e37 \ |
35 | | sha256 bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4 |
| 34 | checksums rmd160 57c282ae32dcaf5bcbab9a9f049630c3555b787c \ |
| 35 | sha256 55313e132f0f42de7e020bf6323a1939ee02ab79c48634aa07475db41573852b |
36 | 36 | } |
37 | 37 | subport tmux-devel { |
38 | 38 | checksums rmd160 941bb491c7e40ab1ff44306fbb1144bdde30de9b \ |