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

Commit

Permalink
Merge branch 'intercom-mysql_5_6_29'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Mar 14, 2016
2 parents b596d28 + d7c900e commit e9c4929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/Darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ mysql::port: "13306"
mysql::socket: "%{::boxen::config::datadir}/socket"

mysql::package: boxen/brews/mysql
mysql::version: 5.6.27
mysql::version: 5.6.29
5 changes: 2 additions & 3 deletions files/brews/mysql.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Mysql < Formula
desc "Open source relational database management system"
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
mirror "https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
sha256 "8356bba23f3f6c0c2d4806110c41d1c4d6a4b9c50825e11c5be4bbee2b20b71d"
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.29.tar.gz"
sha256 "6ac85b75b2dfa8c232725dda25469df37bf4e48b408cc0978d0dfc34c25a817f"

option :universal
option "with-tests", "Build with unit tests"
Expand Down

0 comments on commit e9c4929

Please sign in to comment.