aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
diff options
context:
space:
mode:
authorAku Kotkavuo2010-07-22 12:36:35 +0300
committerAdam Vandenberg2010-07-22 07:28:32 -0700
commit7e9be48399225d608c46cc3047f2db3c92929750 (patch)
treebff90e9cf8457fc98d0d7fbb909b6fce16d67a9b /Library/Formula/sqlite.rb
parent1c195f6e1d41e9ca8d376a5625eed892326b514e (diff)
downloadhomebrew-7e9be48399225d608c46cc3047f2db3c92929750.tar.bz2
Update formula sqlite to 3.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sqlite.rb')
-rw-r--r--Library/Formula/sqlite.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb
index a76c9561f..1eb486e56 100644
--- a/Library/Formula/sqlite.rb
+++ b/Library/Formula/sqlite.rb
@@ -1,8 +1,8 @@
require 'formula'
class Sqlite <Formula
- url 'http://www.sqlite.org/sqlite-amalgamation-3.6.23.1.tar.gz'
- md5 'ed585bb3d4e5c643843ebb1e318644ce'
+ url 'http://www.sqlite.org/sqlite-amalgamation-3.7.0.tar.gz'
+ md5 '61b85f108760f91b79afc7833e6e6cb4'
homepage 'http://www.sqlite.org/'
def options