development/android-tools: Updated for version 31.0.3p1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
philipvdh 2022-02-22 15:11:50 +01:00 committed by Willy Sudiarto Raharjo
parent fd7e97088f
commit 9a7f66b3bc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"