summaryrefslogtreecommitdiffstats
path: root/development/android-tools
diff options
context:
space:
mode:
author philipvdh2022-02-22 15:11:50 +0100
committer Willy Sudiarto Raharjo2022-02-22 19:49:38 +0100
commit9a7f66b3bc71c2ba13610dc782f49c8cc511617f (patch)
tree28777316f3a25713dc0c223f955f87457a21bbfc /development/android-tools
parentfd7e97088fa5c33adc0419fc192f61942fcbedd7 (diff)
downloadslackbuilds-9a7f66b3bc71c2ba13610dc782f49c8cc511617f.tar.gz
development/android-tools: Updated for version 31.0.3p1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-tools')
-rw-r--r--development/android-tools/android-tools.SlackBuild4
-rw-r--r--development/android-tools/android-tools.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/android-tools/android-tools.SlackBuild b/development/android-tools/android-tools.SlackBuild
index f6995f68bd..2c057fefbc 100644
--- a/development/android-tools/android-tools.SlackBuild
+++ b/development/android-tools/android-tools.SlackBuild
@@ -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}
diff --git a/development/android-tools/android-tools.info b/development/android-tools/android-tools.info
index 768d0b7798..eccaaf1ce5 100644
--- a/development/android-tools/android-tools.info
+++ b/development/android-tools/android-tools.info
@@ -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"