diff options
| author | Michael Ford | 2013-08-31 13:36:59 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-31 08:18:03 -0700 |
| commit | 4c0c75b7ba5228d22eec6702fe61df43897c68e4 (patch) | |
| tree | 24acf3943764f080ddf7e1408107e4dd517ba70e /Library/Formula | |
| parent | 17446a55ce71409bce3af231b589ef7b402acc08 (diff) | |
| download | homebrew-4c0c75b7ba5228d22eec6702fe61df43897c68e4.tar.bz2 | |
leveldb 1.13.0
Closes #22234.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/leveldb.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/leveldb.rb b/Library/Formula/leveldb.rb index 23d258da8..0f9063215 100644 --- a/Library/Formula/leveldb.rb +++ b/Library/Formula/leveldb.rb @@ -2,8 +2,8 @@ require 'formula' class Leveldb < Formula homepage 'https://code.google.com/p/leveldb/' - url 'https://leveldb.googlecode.com/files/leveldb-1.12.0.tar.gz' - sha1 'e7b84f239949920bfc2d7d1074ec6a6fa8869e23' + url 'https://leveldb.googlecode.com/files/leveldb-1.13.0.tar.gz' + sha1 '1da7c57b43415b3f486af31507302422e5854a20' depends_on 'snappy' => :build @@ -13,8 +13,8 @@ class Leveldb < Formula include.install "include/leveldb" bin.install 'leveldbutil' lib.install 'libleveldb.a' - lib.install 'libleveldb.dylib.1.12' => 'libleveldb.1.12.dylib' - lib.install_symlink lib/'libleveldb.1.12.dylib' => 'libleveldb.dylib' - lib.install_symlink lib/'libleveldb.1.12.dylib' => 'libleveldb.1.dylib' + lib.install 'libleveldb.dylib.1.13' => 'libleveldb.1.13.dylib' + lib.install_symlink lib/'libleveldb.1.13.dylib' => 'libleveldb.dylib' + lib.install_symlink lib/'libleveldb.1.13.dylib' => 'libleveldb.1.dylib' end end |
