mariadb: update to 10.0.21.

This commit is contained in:
Juan RP 2015-08-17 07:36:45 +02:00
parent 5c530cc79c
commit ef2f7c89fd

View file

@ -1,7 +1,7 @@
# Template file for 'mariadb' # Template file for 'mariadb'
pkgname=mariadb pkgname=mariadb
version=10.0.20 version=10.0.21
revision=4 revision=1
build_style=cmake build_style=cmake
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
@ -32,7 +32,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://mariadb.org/" homepage="http://mariadb.org/"
license="GPL-2" license="GPL-2"
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz" distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
checksum=3a4f6963c794977af5d5fd9ec06a337a2ad556b3a287196fddbd2243c1388b7b checksum=4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545
pre_configure() { pre_configure() {
# We need some host binaries before starting cross compilation. # We need some host binaries before starting cross compilation.