mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
development/robotframework: Updated for version 3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
82c9b59826
commit
16883eb155
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue