mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
android-tools: update to 33.0.3p1, fix update-check
This commit is contained in:
parent
61d53da093
commit
c67c26d99a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=33.0.3
|
version=33.0.3p1
|
||||||
revision=1
|
revision=1
|
||||||
archs="armv* aarch64* x86_64* i686* ppc64le*"
|
archs="armv* aarch64* x86_64* i686* ppc64le*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -13,7 +13,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="Apache-2.0, ISC, GPL-2.0-only, MIT"
|
license="Apache-2.0, ISC, GPL-2.0-only, MIT"
|
||||||
homepage="http://developer.android.com/tools/help/adb.html"
|
homepage="http://developer.android.com/tools/help/adb.html"
|
||||||
distfiles="https://github.com/nmeum/android-tools/releases/download/${version}/android-tools-${version}.tar.xz"
|
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
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://android.googlesource.com/platform/system/core/+refs"
|
site='https://github.com/nmeum/android-tools/tags'
|
||||||
pattern='platform-tools-\K[\d._r]+'
|
pattern='/tags/\K.*(?=.tar.gz")'
|
||||||
|
|
Loading…
Add table
Reference in a new issue