Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
mariadb 10.1.4 --devel
Browse files Browse the repository at this point in the history
Closes #39346.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
makigumo authored and tdsmith committed May 4, 2015
1 parent 8c98f23 commit 9e05f41
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Library/Formula/mariadb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ class Mariadb < Formula
end

devel do
url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.3/source/mariadb-10.1.3.tar.gz"
sha1 "95a4e2640b40e79c58f22662ff76eb3f76f892e9"
url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.4/source/mariadb-10.1.4.tar.gz"
sha256 "14cc92414b2c3822923977a6fb544593498dbb5005044db33c193511757d411c"

patch do
# https://mariadb.atlassian.net/browse/MDEV-8073
# upstream patch, fixed in 10.1.5
url "https://github.com/MariaDB/server/commit/ff1e0821d1174428dd70331bd864de1334ab0567.diff"
sha256 "552fe747e05de7c0ffa8af7d0476e74f3bb4b54bb8fa0609b94a1c2147728ebb"
end
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 9e05f41

Please sign in to comment.