diff options
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index a29efcaf6..9d271712a 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -1,9 +1,9 @@ require 'formula' class Sqlite <Formula - @url='http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz' - @md5='3172f8a23e7e7f0e5b295062e339a149' - @homepage='http://www.sqlite.org/' + url 'http://www.sqlite.org/sqlite-amalgamation-3.6.20.tar.gz' + md5 '4bb3e9ee5d25e88b8ff8533fbeb168aa' + homepage 'http://www.sqlite.org/' def install system "./configure", "--disable-debug", |
