aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-05-19 22:55:48 -0700
committerBrett Koonce2014-05-20 00:04:34 -0700
commit66cede6aeb1f0ec8cd75a01a412eeea0e80c6bc4 (patch)
treea86c6e7a06f017b344c143d1eb4354c1157f4c44
parent04adf6c580e76e72307626aa23a0a17b390ff90c (diff)
downloadhomebrew-66cede6aeb1f0ec8cd75a01a412eeea0e80c6bc4.tar.bz2
sqlcipher 3.1.0
-rw-r--r--Library/Formula/sqlcipher.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb
index 5a9f2bbec..8008c8d32 100644
--- a/Library/Formula/sqlcipher.rb
+++ b/Library/Formula/sqlcipher.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Sqlcipher < Formula
homepage "http://sqlcipher.net"
- url 'https://github.com/sqlcipher/sqlcipher/archive/v3.0.1.tar.gz'
- sha1 '9cec88e5a6e59058e675d37bbd4b0899689f9956'
+ url "https://github.com/sqlcipher/sqlcipher/archive/v3.1.0.tar.gz"
+ sha1 "350a7cbc01690825cb6beca3b9bf6943f71a52de"
head "https://github.com/sqlcipher/sqlcipher.git"