Skip to content

Commit b7271ae

Browse files
committed
1 parent ebf6f6e commit b7271ae

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 MysqlClientAT84 < Formula
22
desc "Open source relational database management system"
3-
homepage "https://dev.mysql.com/doc/refman/8.4/en/"
4-
url "https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.4.tar.gz"
5-
sha256 "fb290ef748894434085249c31bca52ac71853124446ab218bb3bc502bf0082a5"
3+
# FIXME: Actual homepage fails audit due to Homebrew's user-agent
4+
# homepage "https://dev.mysql.com/doc/refman/8.4/en/"
5+
homepage "https://github.com/mysql/mysql-server"
6+
url "https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.5.tar.gz"
7+
sha256 "53639592a720a719fdfadf2c921b947eac86c06e333202e47667852a5781bd1a"
68
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
79

810
livecheck do

0 commit comments

Comments
 (0)