diff options
| author | Mike McQuaid | 2013-08-27 17:50:30 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-08-27 17:50:32 +0100 | 
| commit | 84a3cd933503b2fbb7a18f746ed11259868b8dac (patch) | |
| tree | 7bc3930d59bfeef2867f99ece4a277f1653f0769 /Library/Formula/sqlite.rb | |
| parent | 6761ffb88d8c469d1a39053f4c1cda04cae71b4e (diff) | |
| download | homebrew-84a3cd933503b2fbb7a18f746ed11259868b8dac.tar.bz2 | |
sqlite: fix SHA-1.
Closes #22151.
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 08c5d9d4e..01b3f0092 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -16,7 +16,7 @@ class Sqlite < Formula    homepage 'http://sqlite.org/'    url 'http://www.sqlite.org/2013/sqlite-autoconf-3080000.tar.gz'    version '3.8.0' -  sha1 '610d01764c2fc6c6220ab88a57ac4de86515ebc8' +  sha1 '94280dbeeb24e22bcfa492a48226cabad2e32208'    option :universal    option 'with-docs', 'Install HTML documentation' | 
