File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11class MysqlAT80 < Formula
22 desc "Open source relational database management system"
3- homepage "https://dev.mysql.com/doc/refman/8.0/en/"
4- url "https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.41.tar.gz"
5- sha256 "719589993b1a6769edb82b59f28e0dab8d47df94fa53ac4e9340b7c5eaba937c"
3+ # FIXME: Actual homepage fails audit due to Homebrew's user-agent
4+ # homepage "https://dev.mysql.com/doc/refman/8.0/en/"
5+ homepage "https://github.com/mysql/mysql-server"
6+ url "https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.42.tar.gz"
7+ sha256 "c2aa67c618edfa1bc379107fe819ca8e94cba5d85f156d1053b8fedc88cc5f8f"
68 license "GPL-2.0-only" => { with : "Universal-FOSS-exception-1.0" }
7- revision 3
89
910 livecheck do
1011 url "https://dev.mysql.com/downloads/mysql/8.0.html?tpl=files&os=src&version=8.0"
@@ -58,7 +59,7 @@ def install
5859 # Remove bundled libraries other than explicitly allowed below.
5960 # `boost` and `rapidjson` must use bundled copy due to patches.
6061 # `lz4` is still needed due to xxhash.c used by mysqlgcs
61- keep = %w[ libbacktrace lz4 rapidjson unordered_dense ]
62+ keep = %w[ libbacktrace lz4 rapidjson unordered_dense xxhash ]
6263 ( buildpath /"extra" ) . each_child { |dir | rm_r ( dir ) unless keep . include? ( dir . basename . to_s ) }
6364
6465 # Disable ABI checking
You can’t perform that action at this time.
0 commit comments