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

MySQL 5.6.29 #75

Merged
merged 1 commit into from
Mar 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions files/brews/mysql.rb
Original file line number Diff line number Diff line change
@@ -1,8 +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"
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