From null+mroonga at clear-code.com Fri Sep 10 09:45:00 2021 From: null+mroonga at clear-code.com (Sutou Kouhei) Date: Fri, 10 Sep 2021 09:45:00 +0900 Subject: [Groonga-mysql-commit] mroonga/homebrew-mroonga@0cc10a4 [master] Update option list Message-ID: <0cc10a4dcab8d32806cb541415c830de206a6ed6@www.clear-code.com> Sutou Kouhei 2021-09-10 09:45:00 +0900 (Fri, 10 Sep 2021) Revision: 0cc10a4dcab8d32806cb541415c830de206a6ed6 https://github.com/mroonga/homebrew-mroonga/commit/0cc10a4dcab8d32806cb541415c830de206a6ed6 Message: Update option list Modified files: mroonga.rb Modified: mroonga.rb (+3 -4) =================================================================== --- mroonga.rb 2021-09-10 09:43:09 +0900 (942b55a) +++ mroonga.rb 2021-09-10 09:45:00 +0900 (a00f363) @@ -6,10 +6,9 @@ class Mroonga < Formula depends_on "pkg-config" => :build - option "use-homebrew-mysql", "Use MySQL installed by Homebrew." - option "use-homebrew-mysql56", "Use MySQL at 5.6 installed by Homebrew." - option "use-homebrew-mysql55", "Use MySQL at 5.5 installed by Homebrew." - option "use-homebrew-mariadb", "Use MariaDB installed by Homebrew. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56, and use-homebrew-mysql55." + option "with-homebrew-mysql", "Use MySQL installed by Homebrew." + option "with-homebrew-mysql at 5.7", "Use MySQL at 5.7 installed by Homebrew." + option "with-homebrew-mariadb", "Use MariaDB installed by Homebrew." option "with-mecab", "Use MeCab installed by Homebrew. You can use additional tokenizer - TokenMecab. Note that you need to build Groonga with MeCab" option "with-mysql-source=PATH", "MySQL source directory. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56 and use-homebrew-mariadb" option "with-mysql-build=PATH", "MySQL build directory (default: guess from with-mysql-source)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From null+mroonga at clear-code.com Fri Sep 10 09:46:41 2021 From: null+mroonga at clear-code.com (Sutou Kouhei) Date: Fri, 10 Sep 2021 09:46:41 +0900 Subject: [Groonga-mysql-commit] mroonga/homebrew-mroonga@a62cb47 [master] Update Mroonga source version Message-ID: Sutou Kouhei 2021-09-10 09:46:41 +0900 (Fri, 10 Sep 2021) Revision: a62cb473d97ffc3d2b724a73debb95f49e0670fa https://github.com/mroonga/homebrew-mroonga/commit/a62cb473d97ffc3d2b724a73debb95f49e0670fa Message: Update Mroonga source version Modified files: mroonga.rb Modified: mroonga.rb (+3 -3) =================================================================== --- mroonga.rb 2021-09-10 09:45:00 +0900 (a00f363) +++ mroonga.rb 2021-09-10 09:46:41 +0900 (f0250e3) @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- class Mroonga < Formula - homepage "http://mroonga.org/" - url "http://packages.groonga.org/source/mroonga/mroonga-8.02.tar.gz" - sha256 "334056911ae350056ce43e3b7df585fa21989cd4aae5a7ac9285999a9360ff46" + homepage "https://mroonga.org/" + url "https://packages.groonga.org/source/mroonga/mroonga-11.06.tar.gz" + sha256 "6a3131950e91b1067f97a18054421eafab4676dc67424b00823ea72b206e2f5f" depends_on "pkg-config" => :build -------------- next part -------------- An HTML attachment was scrubbed... URL: