sqlite 3.6.23
This commit is contained in:
parent
0ebfb2a582
commit
a7347c8a40
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Sqlite <Formula
|
||||
url 'http://www.sqlite.org/sqlite-amalgamation-3.6.22.tar.gz'
|
||||
md5 'b683b3903e79ab8a6d928dc9d4a56937'
|
||||
url 'http://www.sqlite.org/sqlite-amalgamation-3.6.23.tar.gz'
|
||||
md5 '8f1e86b3909a27f8122b0981afd16fcd'
|
||||
homepage 'http://www.sqlite.org/'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
"--prefix=#{prefix}",
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue