diff options
| author | Brett Koonce | 2013-12-17 10:43:07 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-17 18:53:58 -0800 |
| commit | 8f0267a6d51db6b5918c124f304a828ee980b351 (patch) | |
| tree | 2a08cd84fbc99afc758cce89757507761318c9f1 /Library/Formula/sqlcipher.rb | |
| parent | 76b4542ddb320649b253f07f09cf9dc715fc94a2 (diff) | |
| download | homebrew-8f0267a6d51db6b5918c124f304a828ee980b351.tar.bz2 | |
sqlcipher 3.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 f9d6557f5..5a9f2bbec 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.0.0.tar.gz' - sha1 '7069b9ff8136de053693e018a58f59f118fcfe77' + url 'https://github.com/sqlcipher/sqlcipher/archive/v3.0.1.tar.gz' + sha1 '9cec88e5a6e59058e675d37bbd4b0899689f9956' head "https://github.com/sqlcipher/sqlcipher.git" |
