summaryrefslogtreecommitdiffstats
path: root/development/android-tools
diff options
context:
space:
mode:
author philipvdh <philip@vd-hoeven.nl>2024-01-23 10:10:41 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-24 08:45:13 +0700
commitaf4a279fc3f533c8de04960f5be7a2092c4a6abd (patch)
tree17346470d97c29c4cff267d6ba171c0c1204e6f2 /development/android-tools
parent4b0b68f7747e132902f7357b29c7813ca7a98faa (diff)
downloadslackbuilds-af4a279fc3f533c8de04960f5be7a2092c4a6abd.tar.gz
slackbuilds-af4a279fc3f533c8de04960f5be7a2092c4a6abd.tar.xz
development/android-tools: updated for version 34.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-tools')
-rw-r--r--development/android-tools/android-tools.SlackBuild7
-rw-r--r--development/android-tools/android-tools.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/development/android-tools/android-tools.SlackBuild b/development/android-tools/android-tools.SlackBuild
index 540815ddc6..dc8e8c6ca0 100644
--- a/development/android-tools/android-tools.SlackBuild
+++ b/development/android-tools/android-tools.SlackBuild
@@ -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
diff --git a/development/android-tools/android-tools.info b/development/android-tools/android-tools.info
index cff00bd83f..ab2e545a7b 100644
--- a/development/android-tools/android-tools.info
+++ b/development/android-tools/android-tools.info
@@ -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"