commit 4108a85a075625f88670ba9a4f36d4cf048313bf
Author: Will "Coke" Coleda <will@coleda.com>
Date: Fri Apr 24 10:29:38 2015 -0400
Update macportfile to 2015.04 release
diff --git a/ports/macports/Portfile b/ports/macports/Portfile
index f9ffc49..b52e3b5 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name MoarVM |
7 | | version 2015.03 |
| 7 | version 2015.04 |
8 | 8 | categories lang devel |
9 | 9 | platforms darwin |
10 | 10 | license Artistic-2 MIT BSD ISC public-domain |
… |
… |
master_sites http://moarvm.org/releases/ |
19 | 19 | # openssl dgst -rmd160 <file> |
20 | 20 | # openssl dgst -sha256 <file> |
21 | 21 | |
22 | | checksums rmd160 0c5fe2447f5d7d59365aed9822fa34b65ad419fd \ |
23 | | sha256 fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0 |
| 22 | checksums rmd160 88e1363f10d52ba4a820bf9e06d92db8167f550a \ |
| 23 | sha256 9dc9efc2e7d16e9d2adf5d17dc377ad22e66c4aa509225cdfec3bf37a817c89f |
24 | 24 | |
25 | 25 | # FIXME: may need ExtUtil::Command if by chance our default perl5 binary |
26 | 26 | # does not match what Apple ships. |