diff --git a/Formula/i2pd.rb b/Formula/i2pd.rb index 963d6a35cc..c52e97feca 100644 --- a/Formula/i2pd.rb +++ b/Formula/i2pd.rb @@ -4,6 +4,12 @@ class I2pd < Formula url "https://github.com/PurpleI2P/i2pd/archive/2.21.0.tar.gz" sha256 "96c15cf7b51feacd5bb3f7032c7d961961325102574a1a4d6cb8dd794e906e5b" + bottle do + sha256 "2008ead2c7d8d07a60db40c984dec8d4cbb6def0fd957f061e50e95477c0fc29" => :mojave + sha256 "922bc7f4dc47a96aa8f568eb56b9aa72cfbe2991b060ef95b511e5531a9b4029" => :high_sierra + sha256 "0e85e4e0608cb647707f14369c153565fc36b09d7b355719e96884f5a716547e" => :sierra + end + depends_on "boost" depends_on "miniupnpc" depends_on "openssl@1.1"