Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jan 23, 2025
1 parent c11178a commit 5d8ed3a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/m/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MysqlClientAT84 < Formula
desc "Open source relational database management system"
homepage "https://dev.mysql.com/doc/refman/8.4/en/"
url "https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.3.tar.gz"
sha256 "7ac9564c478022f73005ff89bbb40f67b381fc06d5518416bdffec75e625b818"
url "https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.4.tar.gz"
sha256 "fb290ef748894434085249c31bca52ac71853124446ab218bb3bc502bf0082a5"
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }

livecheck do
Expand Down Expand Up @@ -33,6 +33,10 @@ class MysqlClientAT84 < Formula

uses_from_macos "libedit"

on_linux do
depends_on "libtirpc" => :build
end

def install
# -DINSTALL_* are relative to `CMAKE_INSTALL_PREFIX` (`prefix`)
args = %W[
Expand Down

0 comments on commit 5d8ed3a

Please sign in to comment.