diff options
| author | Brett Koonce | 2014-10-31 17:38:01 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-11-01 20:56:11 -0700 |
| commit | 22de0cafa0637ea518ff3668e6eb156a1ce16fae (patch) | |
| tree | cb8453bad1d892c59d8d5d74ef926f0e74a83dd3 /Library/Formula/sqlcipher.rb | |
| parent | 4a6f030d077abd9ee00a0bb83e999d6cfe2ce79a (diff) | |
| download | homebrew-22de0cafa0637ea518ff3668e6eb156a1ce16fae.tar.bz2 | |
sqlcipher 3.2.0
Diffstat (limited to 'Library/Formula/sqlcipher.rb')
| -rw-r--r-- | Library/Formula/sqlcipher.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb index 9936e5277..88ab7cc65 100644 --- a/Library/Formula/sqlcipher.rb +++ b/Library/Formula/sqlcipher.rb @@ -2,8 +2,8 @@ require "formula" class Sqlcipher < Formula homepage "http://sqlcipher.net" - url "https://github.com/sqlcipher/sqlcipher/archive/v3.1.0.tar.gz" - sha1 "350a7cbc01690825cb6beca3b9bf6943f71a52de" + url "https://github.com/sqlcipher/sqlcipher/archive/v3.2.0.tar.gz" + sha1 "44af36d34f05154a7527a55389d9bc0ef0913595" head "https://github.com/sqlcipher/sqlcipher.git" |
