diff options
| author | Brett Koonce | 2013-07-15 22:43:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-16 01:12:52 -0500 |
| commit | aafca7f5356635f86330459882af330c82589372 (patch) | |
| tree | 0e4325b9de45d481377a600cc1833493090d8b1d | |
| parent | 8105b93f5ded3dfd1ad23196b8115a5276054a44 (diff) | |
| download | homebrew-aafca7f5356635f86330459882af330c82589372.tar.bz2 | |
sqlcipher 2.2.1
Closes #21245.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 aab3b8dc9..2320cc3a2 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/v2.1.1.tar.gz" - sha1 "032110255562e9ada5f31078dc8426441a47a7ce" + url "https://github.com/sqlcipher/sqlcipher/archive/v2.2.1.tar.gz" + sha1 "dc8af219f71ddae63ed7caf9cff5c0e9b00c3f13" head "https://github.com/sqlcipher/sqlcipher.git" |
