mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/robotframework: Updated for version 4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a56b6e92ef
commit
ae4753d4ff
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=robotframework
|
||||
VERSION=${VERSION:-4.0.3}
|
||||
VERSION=${VERSION:-4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="robotframework"
|
||||
VERSION="4.0.3"
|
||||
VERSION="4.1"
|
||||
HOMEPAGE="https://robotframework.org/"
|
||||
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v4.0.3/robotframework-4.0.3.tar.gz"
|
||||
MD5SUM="80e9a25d46f8acb36ba05b6206ef4f62"
|
||||
DOWNLOAD="https://github.com/robotframework/robotframework/archive/v4.1/robotframework-4.1.tar.gz"
|
||||
MD5SUM="ad4c017b57020bd10d0a758b21383b14"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue