mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/mysql-utilities: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09c59a7b94
commit
df9c6822f6
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mysql-utilities
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mysql-utilities"
|
||||
VERSION="1.4.3"
|
||||
VERSION="1.5.0"
|
||||
HOMEPAGE="https://dev.mysql.com/downloads/tools/utilities/"
|
||||
DOWNLOAD="http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQLGUITools/mysql-utilities-1.4.3.tar.gz"
|
||||
MD5SUM="bfe86977134c453bbe914e387121775f"
|
||||
DOWNLOAD="http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQLGUITools/mysql-utilities-1.5.0.tar.gz"
|
||||
MD5SUM="55087b6fddc81f7b8effd6994547f6c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mysql-connector-python"
|
||||
|
|
Loading…
Reference in a new issue