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

Commit

Permalink
sqlite: fix SHA-1.
Browse files Browse the repository at this point in the history
Closes #22151.
  • Loading branch information
MikeMcQuaid committed Aug 27, 2013
1 parent 6761ffb commit 84a3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/sqlite.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 84a3cd9

Please sign in to comment.