mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/mariadb-plugin-saslauthd: Updated for version 1.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6efd5358f5
commit
6825782447
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mariadb-plugin-saslauthd
|
||||
|
||||
# Copyright 2017 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
# Copyright 2017-2018 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -17,7 +17,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=mariadb-plugin-saslauthd
|
||||
VERSION=${VERSION:-1.2}
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,7 +72,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changes LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changes LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mariadb-plugin-saslauthd"
|
||||
VERSION="1.2"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="https://github.com/voegelas/mariadb-plugin-saslauthd"
|
||||
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.2/mariadb-plugin-saslauthd-1.2.tar.gz"
|
||||
MD5SUM="bd22f473d581ce63747cfdd00da7f187"
|
||||
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.3/mariadb-plugin-saslauthd-1.3.tar.gz"
|
||||
MD5SUM="afd119cab58cad051509203891c4682c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue