android-tools: update to 34.0.0.

This commit is contained in:
mhmdanas 2023-03-06 22:39:22 +00:00 committed by John Zimmermann
parent 70be02d575
commit 0cb676b1cf
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'android-tools'
pkgname=android-tools
version=33.0.3p2
version=34.0.0
revision=1
archs="armv* aarch64* x86_64* i686* ppc64le*"
build_style=cmake
@ -11,9 +11,9 @@ depends="python3"
short_desc="Android platform tools (adb and fastboot)"
maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, ISC, GPL-2.0-only, MIT"
homepage="http://developer.android.com/tools/help/adb.html"
homepage="https://developer.android.com/tools/help/adb.html"
distfiles="https://github.com/nmeum/android-tools/releases/download/${version}/android-tools-${version}.tar.xz"
checksum=6bf6b52d7389e79fc92b63cc206451ee42fc4f7da769d76922193e98d75f5604
checksum=f88ec5686937f7fb2f689c3b0506123f2399276a14673164b0f95454a4c7b97a
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"