diff options
| author | Chilledheart | 2014-06-02 19:36:54 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-02 13:30:19 +0100 |
| commit | e8e87d2c8881af3ffb5a2243fc472751870a48cc (patch) | |
| tree | 6245974d60c3d7c28d1b0155201b6d2152b480c7 /Library/Formula/libcppa.rb | |
| parent | 8cabfe8560c994818165ac86bd729bf00a1f6a54 (diff) | |
| download | homebrew-e8e87d2c8881af3ffb5a2243fc472751870a48cc.tar.bz2 | |
libcppa 0.9.3
Diffstat (limited to 'Library/Formula/libcppa.rb')
| -rw-r--r-- | Library/Formula/libcppa.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libcppa.rb b/Library/Formula/libcppa.rb index 97da88752..1e0bc5a2b 100644 --- a/Library/Formula/libcppa.rb +++ b/Library/Formula/libcppa.rb @@ -2,8 +2,8 @@ require 'formula' class Libcppa < Formula homepage 'http://libcppa.blogspot.it' - url 'http://github.com/Neverlord/libcppa/archive/V0.9.1.tar.gz' - sha1 '70ea94e25b508d85ee4899f9632eb71b79f17480' + url 'http://github.com/Neverlord/libcppa/archive/V0.9.3.tar.gz' + sha1 'b9fce68bc4e5688cc75cfc9add5ec1feb105ab7d' depends_on 'cmake' => :build |
