diff options
| author | BrewTestBot | 2014-09-21 06:31:23 +0100 | 
|---|---|---|
| committer | Tim D. Smith | 2014-09-20 22:35:29 -0700 | 
| commit | f09720e47c0d7396d6c379594b6422ae1b3cab5f (patch) | |
| tree | 7de75d20b5dc661060b53e2f9a5c7b3b879b7e9a | |
| parent | c4489b70637221f88500c1f2d10b0adbea269b1a (diff) | |
| download | homebrew-f09720e47c0d7396d6c379594b6422ae1b3cab5f.tar.bz2 | |
libpst: update 0.6.55 bottle.
Closes #32469.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/libpst.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libpst.rb b/Library/Formula/libpst.rb index 890f0c303..d68a0e3b7 100644 --- a/Library/Formula/libpst.rb +++ b/Library/Formula/libpst.rb @@ -7,9 +7,10 @@ class Libpst < Formula    bottle do      cellar :any -    sha1 "a909e2b078fb8d76a1c05441a97b1585597160b8" => :mavericks -    sha1 "46f92a8ff5ef9e1ef43179692e73f15a42830862" => :mountain_lion -    sha1 "d63f916829648d4772d2affcf215e570a9a6fd40" => :lion +    revision 1 +    sha1 "397e70df07349c23ff991842e67cbdbdd5162b7c" => :mavericks +    sha1 "c5825e6dad6100636889029f79c47c506d78660c" => :mountain_lion +    sha1 "b15cf26bccfea564461e062bbceabec7bc5dedfe" => :lion    end    option 'pst2dii', 'Build pst2dii using gd' | 
