development/android-tools: updated for version 34.0.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
philipvdh 2024-01-23 10:10:41 +00:00 committed by Willy Sudiarto Raharjo
parent 4b0b68f774
commit af4a279fc3
2 changed files with 5 additions and 8 deletions

View file

@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=android-tools
VERSION=${VERSION:-34.0.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-34.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="android-tools"
VERSION="34.0.0"
VERSION="34.0.4"
HOMEPAGE="http://developer.android.com/sdk/"
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/34.0.0/android-tools-34.0.0.tar.xz"
MD5SUM="a5fd8e0270bdecdce331b97ae23dfe81"
DOWNLOAD="https://github.com/nmeum/android-tools/releases/download/34.0.4/android-tools-34.0.4.tar.xz"
MD5SUM="ee4db50a0fbff671040868cb99322567"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest protobuf3"