gkrellm: move to OpenSSL 1.1
This commit is contained in:
parent
0c69cbfb01
commit
6c2d005c44
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Gkrellm < Formula
|
|||
homepage "https://billw2.github.io/gkrellm/gkrellm.html"
|
||||
url "http://gkrellm.srcbox.net/releases/gkrellm-2.3.11.tar.bz2"
|
||||
sha256 "1ee0643ed9ed99f88c1504c89d9ccb20780cf29319c904b68e80a8e7c8678c06"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "7fdb7207792b1a1f7c58f38988445914eefbc5fd66922ff12e38c0628315f545" => :mojave
|
||||
|
@ -19,7 +20,7 @@ class Gkrellm < Formula
|
|||
depends_on "gettext"
|
||||
depends_on "glib"
|
||||
depends_on "gtk+"
|
||||
depends_on "openssl"
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "pango"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue