mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/MySQL-Sandbox: Updated for version 3.2.05.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f1222b411a
commit
5a965975af
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for MySQL-Sandbox
|
||||
|
||||
# Copyright (c) 2010-2016, Dhaby Xiloj <slack.dhabyx@gmail.com> Guatemala
|
||||
# Copyright (c) 2010-2017, Dhaby Xiloj <slack.dhabyx@gmail.com> Guatemala
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=MySQL-Sandbox
|
||||
VERSION=${VERSION:-3.2.03}
|
||||
VERSION=${VERSION:-3.2.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="MySQL-Sandbox"
|
||||
VERSION="3.2.03"
|
||||
VERSION="3.2.05"
|
||||
HOMEPAGE="http://mysqlsandbox.net"
|
||||
DOWNLOAD="https://github.com/datacharmer/mysql-sandbox/releases/download/3.2.03/MySQL-Sandbox-3.2.03.tar.gz"
|
||||
MD5SUM="df67783d28765b7a44520b373df11f52"
|
||||
DOWNLOAD="https://github.com/datacharmer/mysql-sandbox/releases/download/3.2.05/MySQL-Sandbox-3.2.05.tar.gz"
|
||||
MD5SUM="ba3e1c4e77e2a1fcc13d972cb76184ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue