Skip to content

Commit 81fcca3

Browse files
botantonybevanjkay
authored andcommitted
mysql 9.3.0
Signed-off-by: botantony <[email protected]>
1 parent f7a96a5 commit 81fcca3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/m/mysql.rb

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

0 commit comments

Comments
 (0)