percona-xtrabackup 2.4.5
Closes #7510. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
2f22db7209
commit
989ab5bb21
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
class PerconaXtrabackup < Formula
|
||||
desc "Open source hot backup tool for InnoDB and XtraDB databases"
|
||||
homepage "https://www.percona.com/software/mysql-database/percona-xtrabackup"
|
||||
url "https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.4.4/source/tarball/percona-xtrabackup-2.4.4.tar.gz"
|
||||
sha256 "e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3"
|
||||
url "https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.4.5/source/tarball/percona-xtrabackup-2.4.5.tar.gz"
|
||||
sha256 "1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036"
|
||||
|
||||
bottle do
|
||||
sha256 "a5fb5e87d082fe05196154b2acdb2c5f9960038819628a087d03d32d48cddd50" => :sierra
|
||||
|
@ -22,9 +22,9 @@ class PerconaXtrabackup < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
resource "DBD::mysql" do
|
||||
url "https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/DBD-mysql-4.035.tar.gz"
|
||||
mirror "http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-4.035.tar.gz"
|
||||
sha256 "b7eca365ea16bcf4c96c2fc0221304ff9c4995e7a551886837804a8f66b61937"
|
||||
url "https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/DBD-mysql-4.041.tar.gz"
|
||||
mirror "http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-4.041.tar.gz"
|
||||
sha256 "4777de11c464b515db9da95c08c225900d0594b65ba3256982dc21f9f9379040"
|
||||
end
|
||||
|
||||
resource "boost" do
|
||||
|
|
Loading…
Reference in a new issue