mariadb: update to 5.5.37.

This commit is contained in:
Jan S 2014-05-01 16:55:35 +02:00
parent 2415b98064
commit b6c2708de2
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mariadb'
pkgname=mariadb
version=5.5.36
revision=2
version=5.5.37
revision=1
build_style=cmake
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
@ -32,8 +32,8 @@ short_desc="Fast SQL database server, drop-in replacement for MySQL"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://mariadb.org/"
license="GPL-2"
distfiles="http://mirrors.supportex.net/$pkgname/$pkgname-$version/kvm-tarbake-jaunty-x86/$pkgname-$version.tar.gz"
checksum=16f2cc9c219b4fbe0b3e97f14d1ed6fd8b7d377b22b95f31adae91965e36bb0c
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
checksum=a0faf492b3595d938684ed701812a4bd5aaab395b8402efe3322338a80fb3c9c
pre_configure() {
# We need some host binaries before starting cross compilation.