Skip to content

Commit 372b586

Browse files
committed
1 parent ebf6f6e commit 372b586

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/m/[email protected]

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
class MysqlClientAT80 < 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" }
79

810
livecheck do

0 commit comments

Comments
 (0)