diff options
author | philipvdh <philip@vd-hoeven.nl> | 2022-02-22 15:11:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 01:49:38 +0700 |
commit | 9a7f66b3bc71c2ba13610dc782f49c8cc511617f (patch) | |
tree | 28777316f3a25713dc0c223f955f87457a21bbfc /development/android-tools/android-tools.SlackBuild | |
parent | fd7e97088fa5c33adc0419fc192f61942fcbedd7 (diff) |
development/android-tools: Updated for version 31.0.3p1
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/android-tools/android-tools.SlackBuild b/development/android-tools/android-tools.SlackBuild index f6995f68bd557..2c057fefbcf17 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} |