diff options
author | Juergen Daubert <jue@jue.li> | 2008-12-22 18:12:16 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-12-22 18:12:16 +0100 |
commit | 61e5e4d124df6a5aaabb52c6615eb1835aa0d4dc (patch) | |
tree | eb094a221f406d01a229ec1fe374c0412ad6d6ca /mysql/Pkgfile | |
parent | 3c3c84f2c1024c0c61e5c7dd56266fc5cb9dc5d0 (diff) | |
download | opt-61e5e4d124df6a5aaabb52c6615eb1835aa0d4dc.tar.gz opt-61e5e4d124df6a5aaabb52c6615eb1835aa0d4dc.tar.xz |
mysql: update to 5.0.75
Diffstat (limited to 'mysql/Pkgfile')
-rw-r--r-- | mysql/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql/Pkgfile b/mysql/Pkgfile index f01329822..41978e3da 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,8 +4,8 @@ # Depends on: ncurses readline zlib name=mysql -version=5.0.67 -release=2 +version=5.0.75 +release=1 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.0/$name-$version.tar.gz \ my.cnf mysqld) @@ -22,7 +22,7 @@ build () { --without-readline \ --without-debug \ --without-docs \ - --without-bench + --without-bench make make DESTDIR=$PKG install |