Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
SQLite: Update to 3.7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Jun 3, 2012
1 parent 01bcf5b commit 89d9676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/sqlite.rb
Expand Up @@ -7,16 +7,16 @@ class SqliteFunctions < Formula
end

class SqliteDocs < Formula
url 'http://www.sqlite.org/sqlite-doc-3071200.zip'
sha1 'a5a71f0440816d731d30ad080429c971497b068d'
version '3.7.12'
url 'http://www.sqlite.org/sqlite-doc-3071201.zip'
sha1 '0b917812c3c4cb9fdeaf918945aa5bbea2f2ed6b'
version '3.7.12.1'
end

class Sqlite < Formula
homepage 'http://sqlite.org/'
url 'http://www.sqlite.org/sqlite-autoconf-3071200.tar.gz'
sha1 '30e6b0912f074cff5563697367c2ba9608d83bd3'
version '3.7.12'
url 'http://www.sqlite.org/sqlite-autoconf-3071201.tar.gz'
sha1 '295b9acdf9c0452017ca1af392c0e5db019e6874'
version '3.7.12.1'

depends_on 'readline' => :optional

Expand Down

0 comments on commit 89d9676

Please sign in to comment.