system/mariadb-plugin-saslauthd: Updated for version 1.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2017-09-02 09:42:56 +01:00 committed by David Spencer
parent b08fbdd7a3
commit 06b1c21fc3
3 changed files with 5 additions and 5 deletions

View file

@ -19,5 +19,5 @@ Example:
CREATE USER 'jekyll' IDENTIFIED WITH saslauthd AS 'hyde@EXAMPLE.COM';
saslauthd needs clear text passwords. Secure non-local connections
between your database clients and the server with TLS. See the MariaDB
between your database clients and the server with TLS. See the MariaDB
documentation for more information.

View file

@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=mariadb-plugin-saslauthd
VERSION=${VERSION:-1.1}
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mariadb-plugin-saslauthd"
VERSION="1.1"
VERSION="1.2"
HOMEPAGE="https://github.com/voegelas/mariadb-plugin-saslauthd"
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.1/mariadb-plugin-saslauthd-1.1.tar.gz"
MD5SUM="d23e14152f87f6e551eb7208e4809a0a"
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.2/mariadb-plugin-saslauthd-1.2.tar.gz"
MD5SUM="bd22f473d581ce63747cfdd00da7f187"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""