From a5835f9ea5e9fbf33bfc32573eb2b4563d6bc87b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Jul 2018 15:24:15 +0000 Subject: [PATCH] onetime: secure url(s) --- Formula/onetime.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/onetime.rb b/Formula/onetime.rb index cf6e668796..9195161b94 100644 --- a/Formula/onetime.rb +++ b/Formula/onetime.rb @@ -1,10 +1,10 @@ class Onetime < Formula desc "Encryption with one-time pads" - homepage "http://red-bean.com/onetime/" + homepage "https://www.red-bean.com/onetime/" revision 1 stable do - url "http://red-bean.com/onetime/onetime-1.81.tar.gz" + url "https://www.red-bean.com/onetime/onetime-1.81.tar.gz" sha256 "36a83a83ac9f4018278bf48e868af00f3326b853229fae7e43b38d167e628348" # Fixes the Makefile to permit destination specification @@ -29,7 +29,7 @@ class Onetime < Formula end devel do - url "http://red-bean.com/onetime/onetime-2.0-beta13.tar.gz" + url "https://www.red-bean.com/onetime/onetime-2.0-beta13.tar.gz" # FIXME: I can't rememeber why the custom version was added now, but # we're stuck with it now as 2.0-beta(n) is "less" than 2.0.0(n). version "2.0.13"