development/android-studio: Updated for version 2.1.2.0_143_2915827.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
76882053d0
commit
011ccba5f1
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Android Studio
|
||||
|
||||
# Copyright 2009-2015 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
|
||||
# Copyright 2009-2016 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=android-studio
|
||||
VERSION=${VERSION:-1.5.1_141_2456560}
|
||||
SRCVER=${SRCVER:-141.2456560}
|
||||
VERSION=${VERSION:-2.1.2.0_143_2915827}
|
||||
SRCVER=$(echo ${VERSION#*_} | sed 's/_/./')
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="android-studio"
|
||||
VERSION="1.5.1_141_2456560"
|
||||
VERSION="2.1.2.0_143_2915827"
|
||||
HOMEPAGE="http://developer.android.com/tools/studio/index.html"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/1.5.1.0/android-studio-ide-141.2456560-linux.zip"
|
||||
MD5SUM="4ff66e127c2f45cf8120cdae8c3a01c6"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/2.1.2.0/android-studio-ide-143.2915827-linux.zip"
|
||||
MD5SUM="efb02121791b10216e41ee17c311761d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in New Issue