From 56c93ec7af1cb79fe5c82edf27a33838f10b1013 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 18 Nov 2019 11:36:54 +0100 Subject: [PATCH] awsume: use OpenSSL 1.1 --- Formula/awsume.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/awsume.rb b/Formula/awsume.rb index 39cf278485..95e52f9b1f 100644 --- a/Formula/awsume.rb +++ b/Formula/awsume.rb @@ -3,9 +3,9 @@ class Awsume < Formula desc "Utility for easily assuming AWS IAM roles from the command-line" homepage "https://www.trek10.com/blog/awsume-aws-assume-made-awesome" - url "https://github.com/trek10inc/awsume/archive/4.0.0.tar.gz" sha256 "8cc7d466beef1c32b3397ed62cba22f7a309ab1650317cef6873cf019be7d25e" + revision 1 head "https://github.com/trek10inc/awsume.git" bottle do @@ -15,7 +15,7 @@ class Awsume < Formula sha256 "0eba67450540e7d925d166a50dc2051fc4d867cba692a3f2a8d6a7c612065cf5" => :high_sierra end - depends_on "openssl" + depends_on "openssl@1.1" depends_on "python" uses_from_macos "sqlite"