mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/gradle: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b6e1611e0
commit
35cd639319
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
# Started by Arun Mascarenhas (arunmascarenhas[at]yahoo[dot]com)
|
||||
|
||||
PRGNAM=gradle
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gradle"
|
||||
VERSION="2.0"
|
||||
VERSION="2.2.1"
|
||||
HOMEPAGE="http://www.gradle.org/"
|
||||
DOWNLOAD="http://services.gradle.org/distributions/gradle-2.0-all.zip"
|
||||
MD5SUM="1d0853b99e6097ea3dea5f3604dc0846"
|
||||
DOWNLOAD="https://services.gradle.org/distributions/gradle-2.2.1-all.zip"
|
||||
MD5SUM="1107fbaf94ab7eae26d76d71b5f8db13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue