File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11class Mysql < Formula
22 desc "Open source relational database management system"
33 # FIXME: Actual homepage fails audit due to Homebrew's user-agent
4- # homepage "https://dev.mysql.com/doc/refman/9.2 /en/"
4+ # homepage "https://dev.mysql.com/doc/refman/9.3 /en/"
55 homepage "https://github.com/mysql/mysql-server"
6- url "https://cdn.mysql.com/Downloads/MySQL-9.2 /mysql-9.2 .0.tar.gz"
7- sha256 "a39d11fdf6cf8d1b03b708d537a9132de4b99a9eb4d610293937f0687cd37a12 "
6+ url "https://cdn.mysql.com/Downloads/MySQL-9.3 /mysql-9.3 .0.tar.gz"
7+ sha256 "1a3ee236f1daac5ef897c6325c9b0e0aae486389be1b8001deb3ff77ce682d60 "
88 license "GPL-2.0-only" => { with : "Universal-FOSS-exception-1.0" }
9- revision 3
109
1110 livecheck do
1211 url "https://dev.mysql.com/downloads/mysql/?tpl=files&os=src"
@@ -73,7 +72,7 @@ def install
7372 # Remove bundled libraries other than explicitly allowed below.
7473 # `boost` and `rapidjson` must use bundled copy due to patches.
7574 # `lz4` is still needed due to xxhash.c used by mysqlgcs
76- keep = %w[ boost duktape libbacktrace libcno lz4 rapidjson unordered_dense ]
75+ keep = %w[ boost duktape libbacktrace libcno lz4 rapidjson unordered_dense xxhash ]
7776 ( buildpath /"extra" ) . each_child { |dir | rm_r ( dir ) unless keep . include? ( dir . basename . to_s ) }
7877
7978 if OS . linux?
You can’t perform that action at this time.
0 commit comments