| 2 | |
| 3 | [Updated] |
| 4 | I was wrong. The true culprit is that no one compile and build from source anymore. Thus the hash didn't get updated. In my Intel Mac, it download binary directly from macport website. |
| 5 | |
| 6 | After I fixed checksum and download site from github, it can proceed to compile. |
| 7 | |
| 8 | {{{ |
| 9 | github.setup axel-download-accelerator axel 2.13.1 |
| 10 | }}} |
| 11 | |
| 12 | {{{ |
| 13 | checksums rmd160 da91494471f039818b93bff76327a67c12f099bb \ |
| 14 | sha256 e22dce8c03ad64357cbebf54f7ea76dcc7de5b707db66a4cea56c87ae6c9c079 |
| 15 | }}} |
| 16 | |
| 17 | |
| 18 | Although the compile failed due to C99 problem, that's another issue. I don't understand why macport didn't document that github.setup or download binary directly or support binary for Tiger. |
| 19 | |
| 20 | This sucks. |