null+****@clear*****
null+****@clear*****
2012年 5月 30日 (水) 09:53:43 JST
Kouhei Sutou 2012-05-30 09:53:43 +0900 (Wed, 30 May 2012) New Revision: 645e3806b62b50f9dead3936ee85a0aba63d4fb8 Log: 2.02 -> 2.03 Modified files: mroonga.rb Modified: mroonga.rb (+2 -6) =================================================================== --- mroonga.rb 2012-05-28 22:34:41 +0900 (affa8bf) +++ mroonga.rb 2012-05-30 09:53:43 +0900 (2b7fb91) @@ -4,18 +4,14 @@ require 'formula' class Mroonga < Formula homepage 'http://mroonga.github.com/' - url 'https://github.com/downloads/mroonga/mroonga/mroonga-2.02.tar.gz' - md5 '295754cd477838395ef3cb9936e12ede' + url 'https://github.com/downloads/mroonga/mroonga/mroonga-2.03.tar.gz' + md5 '0f7c7035a0266fee8fc6d021145804b5' if ARGV.include?("--use-homebrew-mysql") depends_on 'mysql' end depends_on 'groonga' - def patches - "https://github.com/mroonga/mroonga/commit/74bdbe71ec83e5495fdac675f284feb671a5cfea.diff" - end - def options [ ["--use-homebrew-mysql", "Use MySQL installed by Homebrew"],