android-tools: update to 33.0.3p1, fix update-check

This commit is contained in:
Jami Kettunen 2022-11-20 16:08:03 +02:00 committed by John Zimmermann
parent 61d53da093
commit c67c26d99a
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'android-tools'
pkgname=android-tools
version=33.0.3
version=33.0.3p1
revision=1
archs="armv* aarch64* x86_64* i686* ppc64le*"
build_style=cmake
@ -13,7 +13,7 @@ maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, ISC, GPL-2.0-only, MIT"
homepage="http://developer.android.com/tools/help/adb.html"
distfiles="https://github.com/nmeum/android-tools/releases/download/${version}/android-tools-${version}.tar.xz"
checksum=8ce174dab781d5debd29ed0f96572231f777bee19b8ef3c167e33d3ea7670bc5
checksum=be2047cf256051674af5aeb4bbfed276989512f80d1191e2864c919061f961d8
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"

View file

@ -1,2 +1,2 @@
site="https://android.googlesource.com/platform/system/core/+refs"
pattern='platform-tools-\K[\d._r]+'
site='https://github.com/nmeum/android-tools/tags'
pattern='/tags/\K.*(?=.tar.gz")'