Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit e9c4929

Browse files
committed
Merge branch 'intercom-mysql_5_6_29'
2 parents b596d28 + d7c900e commit e9c4929

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

data/Darwin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mysql::port: "13306"
1414
mysql::socket: "%{::boxen::config::datadir}/socket"
1515

1616
mysql::package: boxen/brews/mysql
17-
mysql::version: 5.6.27
17+
mysql::version: 5.6.29

files/brews/mysql.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
class Mysql < Formula
22
desc "Open source relational database management system"
33
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
4-
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
5-
mirror "https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
6-
sha256 "8356bba23f3f6c0c2d4806110c41d1c4d6a4b9c50825e11c5be4bbee2b20b71d"
4+
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.29.tar.gz"
5+
sha256 "6ac85b75b2dfa8c232725dda25469df37bf4e48b408cc0978d0dfc34c25a817f"
76

87
option :universal
98
option "with-tests", "Build with unit tests"

0 commit comments

Comments
 (0)