duplicity: move to OpenSSL 1.1
This commit is contained in:
parent
7eecf181c8
commit
3071d15089
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue