Skip to content

Commit 8c4eae3

Browse files
authored
Merge pull request #247106 from Homebrew/bump-mysqltuner-2.7.0
mysqltuner 2.7.0
2 parents 2cda2a3 + 4e4ff76 commit 8c4eae3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/m/mysqltuner.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
class Mysqltuner < Formula
22
desc "Increase performance and stability of a MySQL installation"
33
homepage "https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl"
4-
url "https://github.com/major/MySQLTuner-perl/archive/refs/tags/v2.6.0.tar.gz"
5-
sha256 "9ba57ecc616c1791907c1e7befe593fee23315bcff0121adc13dbd62b2553a3c"
4+
url "https://github.com/major/MySQLTuner-perl/archive/refs/tags/v2.7.0.tar.gz"
5+
sha256 "dcd789c25f450ab128c050525705396f183a57b117eabdba470653f2ab9dd53e"
66
license "GPL-3.0-or-later"
77
head "https://github.com/major/MySQLTuner-perl.git", branch: "master"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, all: "f3fc02d373f9e51b493d7f687d282469839e9482f4e0f9161b397226343f09f1"
10+
sha256 cellar: :any_skip_relocation, all: "4ea0ce49f647faa0f8f21867bc67604c4e3e38b3eb2a332c1958695de925d330"
1211
end
1312

1413
def install

0 commit comments

Comments
 (0)