From ba6ffbd86219ebb52b60386997f5cfcf2eaa4e01 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 28 Aug 2020 21:38:25 +0000 Subject: [PATCH] abook: secure urls --- Formula/abook.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/abook.rb b/Formula/abook.rb index b6c3b61175f..d69c59a32dd 100644 --- a/Formula/abook.rb +++ b/Formula/abook.rb @@ -1,13 +1,13 @@ class Abook < Formula desc "Address book with mutt support" homepage "https://abook.sourceforge.io/" - url "http://abook.sourceforge.net/devel/abook-0.6.1.tar.gz" + url "https://abook.sourceforge.io/devel/abook-0.6.1.tar.gz" sha256 "f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9" license "GPL-2.0" head "https://git.code.sf.net/p/abook/git.git" livecheck do - url "http://abook.sourceforge.net/" + url :homepage strategy :page_match regex(/href=.*?abook[._-]v?(\d+(?:\.\d+)+)\.t/i) end