We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf6f6e commit b7271aeCopy full SHA for b7271ae
Formula/m/[email protected]
@@ -1,8 +1,10 @@
1
class MysqlClientAT84 < Formula
2
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"
+ # FIXME: Actual homepage fails audit due to Homebrew's user-agent
+ # homepage "https://dev.mysql.com/doc/refman/8.4/en/"
+ 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"
8
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
9
10
livecheck do
0 commit comments