mysql: update to 5.6.24.
This commit is contained in:
parent
c105bd0817
commit
12bacc7230
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mysql'
|
# Template file for 'mysql'
|
||||||
pkgname=mysql
|
pkgname=mysql
|
||||||
version=5.6.23
|
version=5.6.24
|
||||||
revision=2
|
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
|
||||||
|
@ -29,7 +29,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://www.mysql.com/products/community/"
|
homepage="https://www.mysql.com/products/community/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://downloads.skysql.com/archives/mysql-${version%.*}/mysql-${version}.tar.gz"
|
distfiles="https://downloads.skysql.com/archives/mysql-${version%.*}/mysql-${version}.tar.gz"
|
||||||
checksum=3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098
|
checksum=37e27305b67d76883c5902dce59c89d596beee9dca7dbadd4a2e117f8101dfeb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# libressl major detection.
|
# libressl major detection.
|
||||||
|
|
Loading…
Reference in a new issue