xmrig: move to OpenSSL 1.1

This commit is contained in:
FX Coudert 2019-09-04 17:03:06 +02:00
parent 2ccec16fa7
commit f4dbb69db1

View file

@ -3,6 +3,7 @@ class Xmrig < Formula
homepage "https://github.com/xmrig/xmrig"
url "https://github.com/xmrig/xmrig/archive/v2.14.4.tar.gz"
sha256 "7e827ece5df61ab1e23dda40940ad2f7946dc006fced86836aed3a26dcdc185e"
revision 1
head "https://github.com/xmrig/xmrig.git"
bottle do
@ -15,7 +16,7 @@ class Xmrig < Formula
depends_on "cmake" => :build
depends_on "libmicrohttpd"
depends_on "libuv"
depends_on "openssl"
depends_on "openssl@1.1"
def install
mkdir "build" do