mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/android-tools: Updated for version 31.0.3p1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd7e97088f
commit
9a7f66b3bc
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for android-tools
|
||||
# Thanks to the Arch linux maintainers for the makefiles
|
||||
|
||||
# Copyright 2016, 2017 Philip van der Hoeven, Almere, NL
|
||||
# Copyright 2016, 2017, 2022 Philip van der Hoeven, Almere, NL
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=android-tools
|
||||
VERSION=${VERSION:-31.0.3}
|
||||
VERSION=${VERSION:-31.0.3p1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="android-tools"
|
||||
VERSION="31.0.3"
|
||||
VERSION="31.0.3p1"
|
||||
HOMEPAGE="http://developer.android.com/sdk/"
|
||||
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/31.0.3/android-tools-31.0.3.tar.xz"
|
||||
MD5SUM="08a87559ba1439c5439110439fd9e93c"
|
||||
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz"
|
||||
MD5SUM="0bf20ce6f93f5874b285d2a1a2c907b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtest protobuf3"
|
||||
|
|
Loading…
Reference in a new issue