diff options
author | Roberto Metere <roberto.metere@gmail.com> | 2014-12-11 18:34:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-12 07:49:07 +0700 |
commit | 28a9b4447acc845f28d3f0fab36691c554452dd0 (patch) | |
tree | 8b499c4188e3ade7f2a6827babcfe9425bf89c69 /development/android-studio/android-studio.SlackBuild | |
parent | 3fa1145fd5abcf6003ef444c2841a85789367638 (diff) | |
download | slackbuilds-28a9b4447acc845f28d3f0fab36691c554452dd0.tar.gz |
development/android-studio: Updated for version 1.0.0_135_1629389.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-studio/android-studio.SlackBuild')
-rw-r--r-- | development/android-studio/android-studio.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index 5100ce1e33..524df30620 100644 --- a/development/android-studio/android-studio.SlackBuild +++ b/development/android-studio/android-studio.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for Android Studio -# Copyright 2009-2010 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it> +# Copyright 2009-2014 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:-0.8.14_135_1538390} -SRCVER=${SRCVER:-135.1538390} +VERSION=${VERSION:-1.0.0_135_1629389} +SRCVER=${SRCVER:-135.1629389} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |