diff --git a/component/groonga/buildout.cfg b/component/groonga/buildout.cfg index 3044d5e81b0caa55b711320e27329366919a27f2..0100f5321369f006c15178d9f3007659ebcc80e8 100644 --- a/component/groonga/buildout.cfg +++ b/component/groonga/buildout.cfg @@ -7,8 +7,8 @@ parts = [groonga] recipe = hexagonit.recipe.cmmi -url = http://packages.groonga.org/source/groonga/groonga-2.0.1.tar.gz -md5sum = 806daed3e0e5bb12d591dcf326e4ccd5 +url = http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz +md5sum = 8791e4f0b08c8065d6836b2fb18a295a configure-options = --disable-static --disable-glibtest diff --git a/component/mariadb/buildout.cfg b/component/mariadb/buildout.cfg index a3eb3ba270ea5c1e2d9370b5448b316310f8042f..daff7ee9b0f92baf505ae28f51b246bb73392470 100644 --- a/component/mariadb/buildout.cfg +++ b/component/mariadb/buildout.cfg @@ -57,23 +57,13 @@ environment = CMAKE_LIBRARY_PATH=${libaio:location}/lib:${ncurses:location}/lib:${openssl:location}/lib:${readline5:location}/lib:${zlib:location}/lib LDFLAGS=-L${libaio:location}/lib -[mroonga-2.01-mariadb-5.5.23.patch] -recipe = hexagonit.recipe.download -url = ${:_profile_base_location_}/${:filename} -md5sum = 1ddf09d7abcb58e0a7c358f88e23415a -filename = ${:_buildout_section_name_} -download-only = true - [mroonga-mariadb] recipe = hexagonit.recipe.cmmi -url = https://github.com/downloads/mroonga/mroonga/mroonga-2.01.tar.gz -md5sum = e1c4ba8ac50aa3750b9acde147eeec4b +url = https://github.com/downloads/mroonga/mroonga/mroonga-2.02.tar.gz +md5sum = 295754cd477838395ef3cb9936e12ede configure-options = --with-mysql-source=${mariadb:location}__compile__/mariadb-${mariadb:version} --with-mysql-config=${mariadb:location}/bin/mysql_config -patch-options = -p0 -patches = - ${mroonga-2.01-mariadb-5.5.23.patch:location}/${mroonga-2.01-mariadb-5.5.23.patch:filename} depends = ${mariadb:version} ${mariadb:revision}