mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/android-tools: Updated for version 34.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf1822909b
commit
fd7c819527
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=android-tools
|
||||
VERSION=${VERSION:-31.0.3p1}
|
||||
VERSION=${VERSION:-34.0.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="android-tools"
|
||||
VERSION="31.0.3p1"
|
||||
VERSION="34.0.0"
|
||||
HOMEPAGE="http://developer.android.com/sdk/"
|
||||
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz"
|
||||
MD5SUM="0bf20ce6f93f5874b285d2a1a2c907b9"
|
||||
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/34.0.0/android-tools-34.0.0.tar.xz"
|
||||
MD5SUM="a5fd8e0270bdecdce331b97ae23dfe81"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtest protobuf3"
|
||||
|
|
Loading…
Reference in a new issue