From 67d9e9be09445038849c5e5a4a28f22a245450db Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 6 Mar 2023 22:39:22 +0000 Subject: [PATCH] android-tools: update to 34.0.0. --- srcpkgs/android-tools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template index f24415ad022c..7ba0a468d709 100644 --- a/srcpkgs/android-tools/template +++ b/srcpkgs/android-tools/template @@ -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 " 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"