From 7853ad24c86b3c6c78620f1b38f938fb5ee4e69b Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 19 Nov 2013 08:05:25 -0600 Subject: [PATCH] sqlcipher v3.0.0 Signed-off-by: Mike McQuaid --- Formula/sqlcipher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/sqlcipher.rb b/Formula/sqlcipher.rb index 2320cc3a20..f9d6557f54 100644 --- a/Formula/sqlcipher.rb +++ b/Formula/sqlcipher.rb @@ -2,8 +2,8 @@ require 'formula' class Sqlcipher < Formula homepage "http://sqlcipher.net" - url "https://github.com/sqlcipher/sqlcipher/archive/v2.2.1.tar.gz" - sha1 "dc8af219f71ddae63ed7caf9cff5c0e9b00c3f13" + url 'https://github.com/sqlcipher/sqlcipher/archive/v3.0.0.tar.gz' + sha1 '7069b9ff8136de053693e018a58f59f118fcfe77' head "https://github.com/sqlcipher/sqlcipher.git"