RocksDB 3.10.2
Closes Homebrew/homebrew#39401. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
89cb30ed2a
commit
2e5aed087a
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ require "formula"
|
|||
|
||||
class Rocksdb < Formula
|
||||
homepage "http://rocksdb.org"
|
||||
url "https://github.com/facebook/rocksdb/archive/rocksdb-3.6.1.tar.gz"
|
||||
sha1 "5913cfe18a16487d6b3957fe104354c0ec15b9c7"
|
||||
revision 1
|
||||
url "https://github.com/facebook/rocksdb/archive/rocksdb-3.10.2.tar.gz"
|
||||
sha256 "5ace408b12e5e5c836c9ba0b1bd57662784d15820cd02b203459b3ac2e01fde7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue