aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlcipher.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-11-19 08:05:25 -0600
committerMike McQuaid2013-11-19 14:40:41 +0000
commit3cebed6929524c6205b26b6dcc0cc32425ea5890 (patch)
tree671d0ba960db176a8c98299f0b6b4c68ad5306f0 /Library/Formula/sqlcipher.rb
parenta6a7241c5204086b5b7db71571876c0d170d7d97 (diff)
downloadhomebrew-3cebed6929524c6205b26b6dcc0cc32425ea5890.tar.bz2
sqlcipher v3.0.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/sqlcipher.rb')
-rw-r--r--Library/Formula/sqlcipher.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb
index 2320cc3a2..f9d6557f5 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.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"