development/robotframework: Updated for version 3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2020-05-01 19:09:27 +03:00 committed by Willy Sudiarto Raharjo
parent 82c9b59826
commit 16883eb155
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=robotframework
VERSION=${VERSION:-3.1.2}
VERSION=${VERSION:-3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYRIGHT.txt AUTHORS.txt LICENSE.txt \
COPYRIGHT.txt AUTHORS.rst LICENSE.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="robotframework"
VERSION="3.1.2"
VERSION="3.2"
HOMEPAGE="http://robotframework.org/"
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v3.1.2/robotframework-3.1.2.tar.gz"
MD5SUM="c0cb80128bc86ffc35ee6d254ca40a76"
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v3.2/robotframework-3.2.tar.gz"
MD5SUM="00bb1bf7b8ca46fdb117846e9a1df1f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""