aboutsummaryrefslogtreecommitdiff
path: root/development/android-tools/android-tools.SlackBuild
diff options
context:
space:
mode:
authorphilipvdh <philip@vd-hoeven.nl>2024-01-23 10:10:41 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-24 08:45:13 +0700
commitaf4a279fc3f533c8de04960f5be7a2092c4a6abd (patch)
tree17346470d97c29c4cff267d6ba171c0c1204e6f2 /development/android-tools/android-tools.SlackBuild
parent4b0b68f7747e132902f7357b29c7813ca7a98faa (diff)
development/android-tools: updated for version 34.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-tools/android-tools.SlackBuild')
-rw-r--r--development/android-tools/android-tools.SlackBuild7
1 files changed, 2 insertions, 5 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