From 66cede6aeb1f0ec8cd75a01a412eeea0e80c6bc4 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 19 May 2014 22:55:48 -0700 Subject: sqlcipher 3.1.0 --- Library/Formula/sqlcipher.rb | 6 +++--- 1 file 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" -- cgit v1.2.3