sqlite: update version to 3.7.2
This commit is contained in:
parent
0d2a9e0499
commit
ea2d0f1119
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Sqlite <Formula
|
||||
url 'http://www.sqlite.org/sqlite-amalgamation-3.7.0.1.tar.gz'
|
||||
md5 '24b589eb1522b4d9a179a621d0729dfa'
|
||||
url 'http://www.sqlite.org/sqlite-amalgamation-3.7.2.tar.gz'
|
||||
md5 'bd9586208f48ba840467bcfd066a6fa9'
|
||||
homepage 'http://www.sqlite.org/'
|
||||
|
||||
def options
|
||||
|
|
Loading…
Reference in a new issue