diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlcipher.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb index 5a9f2bbec..8008c8d32 100644 --- a/Library/Formula/sqlcipher.rb +++ b/Library/Formula/sqlcipher.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Sqlcipher < Formula homepage "http://sqlcipher.net" - url 'https://github.com/sqlcipher/sqlcipher/archive/v3.0.1.tar.gz' - sha1 '9cec88e5a6e59058e675d37bbd4b0899689f9956' + url "https://github.com/sqlcipher/sqlcipher/archive/v3.1.0.tar.gz" + sha1 "350a7cbc01690825cb6beca3b9bf6943f71a52de" head "https://github.com/sqlcipher/sqlcipher.git" |
