Skip to content

Commit d45941a

Browse files
committed
1 parent ebf6f6e commit d45941a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Formula/m/[email protected]

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
class 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

0 commit comments

Comments
 (0)