diff options
| author | Jack Nagel | 2014-03-15 09:59:45 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-15 10:18:15 -0500 |
| commit | b7a7a42b39e04be02caa5731fb1d54229a3f317e (patch) | |
| tree | 97b3a76938fdfeedc17780ffde25bcaac6e37f39 | |
| parent | 07e56b4ea47289ef2b5994d8bd46a3f7a1bc7867 (diff) | |
| download | homebrew-b7a7a42b39e04be02caa5731fb1d54229a3f317e.tar.bz2 | |
sqlite 3.8.4.1
| -rw-r--r-- | Library/Formula/sqlite.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 058fe01c7..08e38b964 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -2,9 +2,9 @@ require 'formula' class Sqlite < Formula homepage 'http://sqlite.org/' - url 'http://sqlite.org/2014/sqlite-autoconf-3080300.tar.gz' - version '3.8.3' - sha1 'c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2' + url 'http://sqlite.org/2014/sqlite-autoconf-3080401.tar.gz' + version '3.8.4.1' + sha1 'f8a77b74bd2632eb14cea62cd8b92c45026e248c' bottle do cellar :any @@ -31,9 +31,9 @@ class Sqlite < Formula end resource 'docs' do - url 'http://sqlite.org/2014/sqlite-doc-3080300.zip' - version '3.8.3' - sha1 '199c977b948d3e6b9b0b165cb661275e0856d38e' + url 'http://sqlite.org/2014/sqlite-doc-3080401.zip' + version '3.8.4.1' + sha1 '11c635048ad6378e86e704246c3c2d64568ce09d' end def install |
