diff options
| author | Brian Buchanan | 2013-04-16 08:39:59 -0700 |
|---|---|---|
| committer | Jack Nagel | 2013-04-16 16:20:42 -0500 |
| commit | 9b9c76fabf2d873bd7107942142c235f6a11d845 (patch) | |
| tree | a92cfc02bceaa69bd11196ec59655a10225315a0 | |
| parent | 4518cb26e2c652fdfc8af33931c7608d0b10cd19 (diff) | |
| download | homebrew-9b9c76fabf2d873bd7107942142c235f6a11d845.tar.bz2 | |
pbc_sig 0.0.8
Closes #19241.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pbc-sig.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pbc-sig.rb b/Library/Formula/pbc-sig.rb index d3eda5856..02b0a0853 100644 --- a/Library/Formula/pbc-sig.rb +++ b/Library/Formula/pbc-sig.rb @@ -2,8 +2,8 @@ require 'formula' class PbcSig < Formula homepage 'http://crypto.stanford.edu/pbc/sig/' - url 'http://crypto.stanford.edu/pbc/sig/files/pbc_sig-0.0.7.tar.gz' - sha1 'f15e4b721f95d073dfbe1a4687c490b82f7ac176' + url 'http://crypto.stanford.edu/pbc/sig/files/pbc_sig-0.0.8.tar.gz' + sha256 '7a343bf342e709ea41beb7090c78078a9e57b833454c695f7bcad2475de9c4bb' depends_on 'pbc' |
