duplicity: move to OpenSSL 1.1

This commit is contained in:
FX Coudert 2019-09-01 18:59:37 +02:00
parent 7eecf181c8
commit 3071d15089

View file

@ -5,6 +5,7 @@ class Duplicity < Formula
homepage "https://launchpad.net/duplicity"
url "https://launchpad.net/duplicity/0.7-series/0.7.18.2/+download/duplicity-0.7.18.2.tar.gz"
sha256 "c236888f43128e96cd33017b01a2855c0e24738195fed5cadad08c28fd6b6748"
revision 1
bottle do
cellar :any
@ -16,7 +17,7 @@ class Duplicity < Formula
depends_on "gnupg"
depends_on "librsync"
depends_on "openssl"
depends_on "openssl@1.1"
# Dependency pycryptopp only supports Python 2
depends_on "python@2" # does not support Python 3