mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/robotframework: Updated for version 6.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae4bad474b
commit
097e59f0b5
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=robotframework
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
VERSION=${VERSION:-6.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="robotframework"
|
||||
VERSION="6.0.1"
|
||||
VERSION="6.0.2"
|
||||
HOMEPAGE="https://robotframework.org/"
|
||||
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v6.0.1/robotframework-6.0.1.tar.gz"
|
||||
MD5SUM="a48b7c1f1fb105ba698765d3f8e20640"
|
||||
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v6.0.2/robotframework-6.0.2.tar.gz"
|
||||
MD5SUM="8abf14ae37187dd9c4d1046cfe88367e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue