android-studio: fix update-check and changelog, adopt.

This commit is contained in:
Bnyro 2024-03-12 13:18:15 +01:00 committed by cinerea0
parent 2cc7eeab9b
commit 5cd412ee5d
2 changed files with 5 additions and 5 deletions

View file

@ -5,10 +5,10 @@ revision=1
archs="x86_64"
hostmakedepends="tar"
short_desc="Official Android IDE"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Bnyro <bnyro@tutanota.com>"
license="Apache-2.0"
homepage="https://tools.android.com"
# changelog="https://developer.android.com/studio/releases/index.html"
homepage="https://developer.android.com/studio/"
changelog="https://developer.android.com/studio/releases/"
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-${version}-linux.tar.gz"
checksum=1b668f80ca811cdc350deb6568143da37fd57d7e90121f5542a319e52fd5a073
repository=nonfree

View file

@ -1,2 +1,2 @@
site="https://developer.android.com/studio/releases/index.html"
pattern=">\K[\d.]+(?= \(\w+ \d+\)</)"
site="https://developer.android.com/studio/index.html"
pattern="\d{4}\.\d.\d.\d+"