mysql@5.7: add 5.7.22 bottle.
This commit is contained in:
parent
396c7e97b7
commit
388cff328a
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class MysqlAT57 < Formula
|
||||||
url "https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-boost-5.7.22.tar.gz"
|
url "https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-boost-5.7.22.tar.gz"
|
||||||
sha256 "5b2a61700af7c99f5630a7dfdb099af9283c3029843cddd9e123bcdbcc4aad03"
|
sha256 "5b2a61700af7c99f5630a7dfdb099af9283c3029843cddd9e123bcdbcc4aad03"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
sha256 "1f236eb1e522d4b5b89ff80170c3a5aee9eef55da6ab4dce01a1a8261e1b7077" => :high_sierra
|
||||||
|
sha256 "bf73281119799191f7d446d82735f25f5b059cd26075ddd3931ae594bce21656" => :sierra
|
||||||
|
sha256 "4911e822fa6d0737d6e6a95bfd9e1fd970b1db60303a4087ee0f514624440aea" => :el_capitan
|
||||||
|
end
|
||||||
|
|
||||||
keg_only :versioned_formula
|
keg_only :versioned_formula
|
||||||
|
|
||||||
option "with-debug", "Build with debug support"
|
option "with-debug", "Build with debug support"
|
||||||
|
|
Loading…
Reference in a new issue