sqlite 3.7.16.2
This commit is contained in:
parent
58dba4a698
commit
ec16695dcb
1 changed files with 6 additions and 6 deletions
|
@ -7,16 +7,16 @@ class SqliteFunctions < Formula
|
|||
end
|
||||
|
||||
class SqliteDocs < Formula
|
||||
url 'http://www.sqlite.org/2013/sqlite-doc-3071601.zip'
|
||||
version '3.7.16.1'
|
||||
sha1 '254dbed306ceb4e9017497dbafaa47280a2fc4ff'
|
||||
url 'http://www.sqlite.org/2013/sqlite-doc-3071602.zip'
|
||||
version '3.7.16.2'
|
||||
sha1 '998df3d9ada4a4a8a048bcf20613d1d02be77731'
|
||||
end
|
||||
|
||||
class Sqlite < Formula
|
||||
homepage 'http://sqlite.org/'
|
||||
url 'http://sqlite.org/2013/sqlite-autoconf-3071601.tar.gz'
|
||||
version '3.7.16.1'
|
||||
sha1 'b0d9b3e2ca3c50f72e5921e9532130787871b7ae'
|
||||
url 'http://sqlite.org/2013/sqlite-autoconf-3071602.tar.gz'
|
||||
version '3.7.16.2'
|
||||
sha1 '85bf857cf86f34831d55d7ba97606dba581b8d62'
|
||||
|
||||
depends_on 'readline' => :recommended
|
||||
|
||||
|
|
Loading…
Reference in a new issue