From 5bde9d8fe91a6d270277742ec026cda0e1e450d8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Oct 2018 02:55:56 +0000 Subject: [PATCH] sqlcipher: secure/fix/follow url(s) --- Formula/sqlcipher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/sqlcipher.rb b/Formula/sqlcipher.rb index 1be9616470..fa6e07eb29 100644 --- a/Formula/sqlcipher.rb +++ b/Formula/sqlcipher.rb @@ -1,6 +1,6 @@ class Sqlcipher < Formula desc "SQLite extension providing 256-bit AES encryption" - homepage "http://sqlcipher.net" + homepage "https://www.zetetic.net/sqlcipher/" url "https://github.com/sqlcipher/sqlcipher/archive/v3.4.2.tar.gz" sha256 "69897a5167f34e8a84c7069f1b283aba88cdfa8ec183165c4a5da2c816cfaadb" head "https://github.com/sqlcipher/sqlcipher.git"